Docs.rs
rust-ipfs-0.13.0
rust-ipfs 0.13.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dariusc93
Dependencies
anyhow ^1.0.93
normal
async-stream ^0.3.6
normal
async-trait ^0.1.82
normal
asynchronous-codec ^0.7.0
normal
base64 ^0.22.1
normal
byteorder ^1.5.0
normal
bytes ^1.8.0
normal
chrono ^0.4.35
normal
either ^1.13.0
normal
futures ^0.3.31
normal
futures-timeout ^0.1.0
normal
hkdf ^0.12.4
normal
indexmap ^2.6.0
normal
ipld-core ^0.4.1
normal
ipld-dagpb ^0.2.1
normal
libp2p-allow-block-list ^0.4.0
normal
libp2p-connection-limits ^0.4.0
normal
libp2p-relay-manager ^0.3.1
normal
libp2p-stream ^0.2.0-alpha
normal
optional
multibase ^0.9.1
normal
multihash ^0.19.2
normal
multihash-codetable ^0.1.3
normal
multihash-derive ^0.9.0
normal
p256 ^0.13.2
normal
parking_lot ^0.12.3
normal
pem ^3.0.4
normal
pollable-map ^0.1.0-alpha
normal
quick-protobuf ^0.8.1
normal
quick-protobuf-codec ^0.3.1
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
rust-ipns ^0.6.0
normal
rust-unixfs ^0.5.0
normal
sec1 ^0.7.3
normal
serde ^1.0.215
normal
serde_ipld_dagcbor ^0.6.1
normal
serde_ipld_dagjson ^0.2.0
normal
serde_json ^1.0.133
normal
sha2 ^0.10.8
normal
thiserror ^1.0.64
normal
tracing ^0.1.40
normal
tracing-futures ^0.2.5
normal
unsigned-varint ^0.8.0
normal
void ^1.0.2
normal
web-time ^1.1.0
normal
zeroize ^1.8.1
normal
clap ^4.5.21
dev
criterion ^0.5
dev
hex-literal ^0.4
dev
rand ^0.8
dev
rustyline-async ^0.4
dev
sha2 ^0.10
dev
tempfile ^3.14.0
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
fs2 ^0.4.3
normal
futures-timer ^3.0.0
normal
hickory-resolver ^0.24.1
normal
libp2p ^0.54.1
normal
libp2p-webrtc =0.8.0-alpha
normal
optional
rcgen ^0.13.1
normal
rlimit ^0.10.2
normal
simple_x509 =1.1.0
normal
tokio ^1.41.1
normal
tokio-stream ^0.1.15
normal
tokio-util ^0.7.11
normal
futures-timer ^3.0.0
normal
getrandom ^0.2.15
normal
idb ^0.6.3
normal
instant ^0.1.13
normal
libp2p ^0.54.1
normal
libp2p-webrtc-websys ^0.4.0-alpha
normal
optional
send_wrapper ^0.6.0
normal
serde-wasm-bindgen ^0.6
normal
tokio ^1.41.1
normal
tokio-stream ^0.1.15
normal
tokio-util ^0.7.11
normal
wasm-bindgen-futures ^0.4.43
normal
Versions
48.98%
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 error
rust_
ipfs
0.13.0
Module error
Module Items
Structs
In crate rust_
ipfs
Modules
block
config
dag
error
ipns
p2p
path
refs
repo
unixfs
Macros
multiaddr
Structs
AddPeerOpt
ConnectionLimits
Error
Ipfs
Key
Keypair
ListenerId
MessageId
Multiaddr
OptionalStreamProtocol
PeerId
PublicKey
SubscriptionStream
UninitializedIpfs
Enums
ConnectionEvents
DhtMode
FDLimit
PeerConnectionEvents
Protocol
PublishError
PubsubEvent
Quorum
RepoProvider
StorageType
Traits
IntoAddPeerOpt
IntoRequest
IntoStreamProtocol
NetworkBehaviour
Type Aliases
UninitializedIpfsDefault
Derive Macros
NetworkBehaviour
rust_ipfs
Module
error
Copy item path
Settings
Help
Summary
Source
Expand description
Crate-wide errors.
The error handling in
ipfs
is subject to change in the future.
Structs
§
Error
Just re-export anyhow for now.
TryError
A try conversion failed.