Docs.rs
simple-database-1.1.0
simple-database 1.1.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
CalebCouch
Dependencies
chrono ^0.4.38
normal
dyn-clone ^1.0.17
normal
hex ^0.4.3
normal
leveldb ^0.8.6
normal
optional
rusqlite ^0.32.1
normal
optional
serde ^1.0.210
normal
serde_json ^1.0.128
normal
thiserror ^1.0.64
normal
uuid ^1.10.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
simple_
database
1.1.0
KeyValue
Aliased type
In crate simple_
database
simple_database
Type Alias
KeyValue
Copy item path
Source
pub type KeyValue =
Vec
<(
Vec
<
u8
>,
Vec
<
u8
>)>;
Aliased Type
ยง
struct KeyValue {
/* private fields */
}