Docs.rs
typed-store-0.3.0
typed-store 0.3.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
huitseeker
Dependencies
bincode ^1.3.3
normal
collectable ^0.0.2
normal
eyre ^0.6.8
normal
fdlimit ^0.2.1
normal
once_cell ^1.15.0
normal
prometheus ^0.13.2
normal
rocksdb ^0.19.0
normal
serde ^1.0.140
normal
tap ^1.0.1
normal
thiserror ^1.0.37
normal
tokio ^1.21.2
normal
tracing ^0.1.37
normal
once_cell ^1.13.0
dev
proc-macro2 ^1.0.47
dev
quote ^1.0.9
dev
syn ^1.0.102
dev
tempfile ^3.3.0
dev
Versions
41.11%
of the crate is documented
Go to latest version
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
☰
Crate typed_store
Version 0.3.0
All Items
Re-exports
Modules
Macros
Structs
Enums
Type Definitions
?
Crate
typed_store
source
·
[
−
]
Re-exports
pub use traits::
Map
;
pub use metrics::
DBMetrics
;
Modules
metrics
rocks
traits
Macros
reopen
A helper macro to reopen multiple column families. The macro returns a tuple of DBMap structs in the same order that the column families are defined.
Structs
Store
Enums
StoreCommand
Type Definitions
StoreError