Docs.rs
basecoin-store-0.2.0
basecoin-store 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rnbguy
seanchen1991
Dependencies
displaydoc ^0.2
normal
ics23 ^0.12
normal
prost ^0.13.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10.8
normal
tendermint ^0.38
normal
tracing ^0.1.40
normal
rand ^0.8
dev
Versions
44.19%
of the crate is documented
Platform
i686-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
Module impls
basecoin_
store
0.2.0
Module impls
Module Items
Structs
In crate basecoin_
store
basecoin_store
Module
impls
Copy item path
Source
Structs
ยง
Growing
Store
Deprecation planned
GrowingStore does not prune any path. If the path is set to v, the stored value is v If the path is deleted, the stored value is [] Note: we should not allow empty vec to store as this would conflict with the deletion representation.
InMemory
Store
An in-memory store backed by an AvlTree.
Revertible
Store
Deprecation planned
A wrapper store that implements rudimentary
apply()
/
reset()
support for other stores.
Shared
Store
Wraps a store to make it shareable by cloning