Docs.rs
rust-ipfs-0.6.0
rust-ipfs 0.6.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dariusc93
Dependencies
anyhow ^1.0
normal
async-broadcast ^0.5
normal
async-stream ^0.3
normal
async-trait ^0.1
normal
base64 ^0.21
normal
beetle-bitswap-next ^0.5.0
normal
byteorder ^1
normal
bytes ^1
normal
chrono ^0.4
normal
either ^1
normal
fs2 ^0.4
normal
futures ^0.3
normal
hash_hasher ^2.0.3
normal
libipld ^0.16
normal
libp2p ^0.52.4
normal
libp2p-allow-block-list ^0.2
normal
libp2p-mplex ^0.40
normal
libp2p-nat ^0.3
normal
libp2p-relay-manager ^0.2
normal
parking_lot ^0.12
normal
rand ^0.8
normal
rlimit ^0.10
normal
rust-ipns ^0.1
normal
rust-unixfs ^0.4.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sled ^0.34
normal
thiserror ^1.0
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
tracing-futures ^0.2
normal
trust-dns-resolver ^0.23
normal
void ^1.0
normal
wasm-timer ^0.2
normal
zeroize ^1
normal
bs58 ^0.4
dev
clap ^4.3
dev
criterion ^0.4
dev
hex-literal ^0.3
dev
rand ^0.8
dev
rust-ipns ^0.1
dev
rustyline-async ^0.3
dev
sha2 ^0.10
dev
tempfile ^3.1.0
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
Versions
69.68%
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
☰
Module sled
rust_ipfs
0.6.0
Module sled
Structs
In rust_ipfs::repo::datastore
Modules
flatfs
memory
sled
?
Module
rust_ipfs
::
repo
::
datastore
::
sled
source
·
[
−
]
Structs
SledDataStore
sled
based pinstore implementation. Implements datastore which errors for each call. Currently feature-gated behind
sled_data_store
feature in the [
crate::Types
], usable directly in custom type configurations.