Docs.rs
rust-ipfs-0.15.0
rust-ipfs 0.15.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dariusc93
Dependencies
anyhow ^1.0.100
normal
async-rt ^0.1.8
normal
async-stream ^0.3.6
normal
async-trait ^0.1.89
normal
asynchronous-codec ^0.7.0
normal
base64 ^0.22.1
normal
bytes ^1.11.1
normal
chrono ^0.4.42
normal
connexa ^0.4.1
normal
either ^1.15.0
normal
futures ^0.3.31
normal
futures-timeout ^0.1.3
normal
indexmap ^2.13.0
normal
ipld-core ^0.4.1
normal
ipld-dagpb ^0.2.2
normal
libp2p-relay-manager ^0.4.0
normal
multibase ^0.9.2
normal
multihash ^0.19.3
normal
multihash-codetable ^0.2.1
normal
multihash-derive ^0.9.1
normal
parking_lot ^0.12.4
normal
pollable-map ^0.1.7
normal
quick-protobuf ^0.8.1
normal
quick-protobuf-codec ^0.3.1
normal
rand ^0.9.2
normal
rust-ipns ^0.8.1
normal
rust-unixfs ^0.5.1
normal
serde ^1.0.219
normal
serde_ipld_dagcbor ^0.6.3
normal
serde_ipld_dagjson ^0.2.1
normal
serde_json ^1.0.145
normal
thiserror ^2.0.12
normal
tracing ^0.1.41
normal
tracing-futures ^0.2.5
normal
unsigned-varint ^0.8.0
normal
web-time ^1.1.0
normal
zeroize ^1.8.1
normal
clap ^4.5.48
dev
hex-literal ^1.0.0
dev
rand ^0.9.2
dev
rustyline-async ^0.4.6
dev
tempfile ^3.17.1
dev
tokio ^1.46.1
dev
tracing-subscriber ^0.3.19
dev
fs2 ^0.4.3
normal
futures-timer ^3.0.0
normal
hickory-resolver ^0.25.2
normal
rcgen ^0.13.2
normal
optional
rlimit ^0.10.2
normal
simple_x509 =1.1.0
normal
optional
tokio ^1.46.1
normal
tokio-stream ^0.1.17
normal
tokio-util ^0.7.15
normal
futures-timer ^3.0.0
normal
getrandom ^0.3.4
normal
idb ^0.6.4
normal
send_wrapper ^0.6.0
normal
serde-wasm-bindgen ^0.6.5
normal
tokio ^1.46.1
normal
tokio-stream ^0.1.17
normal
tokio-util ^0.7.15
normal
wasm-bindgen-futures ^0.4.50
normal
Versions
55.57%
of the crate is documented
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
Skip to main content
IntoAddPeerOpt
rust_
ipfs
0.15.0
Into
AddPeer
Opt
Required Methods
into_opt
Implementations on Foreign Types
(PeerId, Multiaddr)
(PeerId, Vec<Multiaddr>)
Implementors
In crate rust_
ipfs
rust_ipfs
Trait
Into
AddPeer
Opt
Copy item path
Source
pub trait IntoAddPeerOpt { // Required method fn
into_opt
(self) ->
Result
<
AddPeerOpt
,
Error
>; }
Required Methods
§
Source
fn
into_opt
(self) ->
Result
<
AddPeerOpt
,
Error
>
Implementations on Foreign Types
§
Source
§
impl
IntoAddPeerOpt
for (
PeerId
,
Vec
<
Multiaddr
>)
Source
§
fn
into_opt
(self) ->
Result
<
AddPeerOpt
,
Error
>
Source
§
impl
IntoAddPeerOpt
for (
PeerId
,
Multiaddr
)
Source
§
fn
into_opt
(self) ->
Result
<
AddPeerOpt
,
Error
>
Implementors
§
Source
§
impl
IntoAddPeerOpt
for
AddPeerOpt
Source
§
impl
IntoAddPeerOpt
for
Multiaddr