Docs.rs
codegraph-0.1.1
codegraph 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
anvanster
Dependencies
log ^0.4
normal
rocksdb ^0.22
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
uuid ^1.0
normal
criterion ^0.5
dev
tempfile ^3.0
dev
Versions
100%
of the crate is documented
Platform
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
KeyValue
codegraph
0.1.1
In codegraph::
storage
codegraph
::
storage
Type Alias
KeyValue
Copy item path
Source
pub type KeyValue = (
Vec
<
u8
>,
Vec
<
u8
>);
Expand description
Key-value pair for storage operations.