|
1 | 1 | <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database.rs`."><title>database.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../static.files/storage-82c7156e.js"></script><script defer src="../../static.files/src-script-63605ae7.js"></script><script defer src="../../src-files.js"></script><script defer src="../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/</div>database.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-2"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
|
2 |
| -<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase. |
3 |
| -<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk |
| 2 | +<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase. |
| 3 | +<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk |
4 | 4 | <a href=#4 id=4 data-nosnippet>4</a> *
|
5 | 5 | <a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
|
6 |
| -<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by |
7 |
| -<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or |
| 6 | +<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published |
| 7 | +<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or |
8 | 8 | <a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
|
9 | 9 | <a href=#9 id=9 data-nosnippet>9</a> *
|
10 | 10 | <a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
|
11 | 11 | <a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12 | 12 | <a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13 |
| -<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details. |
| 13 | +<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details. |
14 | 14 | <a href=#14 id=14 data-nosnippet>14</a> *
|
15 |
| -<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License |
| 15 | +<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License |
16 | 16 | <a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see <https://www.gnu.org/licenses/>.
|
17 | 17 | <a href=#17 id=17 data-nosnippet>17</a> */
|
18 | 18 | <a href=#18 id=18 data-nosnippet>18</a>
|
|
0 commit comments