-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase.rs.html
More file actions
21 lines (21 loc) · 3.93 KB
/
database.rs.html
File metadata and controls
21 lines (21 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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">/*
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
<a href=#4 id=4 data-nosnippet>4</a> *
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
<a href=#9 id=9 data-nosnippet>9</a> *
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
<a href=#14 id=14 data-nosnippet>14</a> *
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see <https://www.gnu.org/licenses/>.
<a href=#17 id=17 data-nosnippet>17</a> */
<a href=#18 id=18 data-nosnippet>18</a>
<a href=#19 id=19 data-nosnippet>19</a></span><span class="kw">pub mod </span>database;
<a href=#20 id=20 data-nosnippet>20</a><span class="kw">pub mod </span>row;
<a href=#21 id=21 data-nosnippet>21</a><span class="kw">pub mod </span>table;</code></pre></div></section></main></body></html>