Docs.rs
ipfs-sqlite-block-store-0.11.2
ipfs-sqlite-block-store 0.11.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dvc94ch
rklaehn
github:actyx:developers
Dependencies
anyhow ^1.0.52
normal
derive_more ^0.99.17
normal
fnv ^1.0.7
normal
futures ^0.3.19
normal
libipld ^0.12.0
normal
parking_lot ^0.11.2
normal
rusqlite ^0.26.3
normal
tracing ^0.1.29
normal
itertools ^0.10.3
dev
libipld ^0.12.0
dev
maplit ^1.0.2
dev
multihash ^0.14.0
dev
tempdir ^0.3.7
dev
tempfile ^3.2.0
dev
tokio ^1.15.0
dev
tracing-subscriber ^0.3.5
dev
Versions
63.95%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Type Definition Result
Other items in
ipfs_sqlite_block_store
?
Type Definition
ipfs_sqlite_block_store
::
Result
source
[
−
]
pub type Result<T> =
Result
<T,
BlockStoreError
>;