Docs.rs
  • rust-ipfs-0.3.6
    • rust-ipfs 0.3.6
    • 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
      • byteorder ^1 normal
      • bytes ^1 normal
      • either ^1.5 normal
      • fs2 ^0.4 normal
      • futures ^0.3 normal
      • hash_hasher ^2.0.3 normal
      • rust-ipfs-bitswap =0.3.0 normal
      • libipld ^0.15 normal
      • libp2p ^0.51 normal
      • libp2p-nat ^0.2 normal
      • once_cell ^1.17 normal
      • parking_lot ^0.12 normal
      • prost ^0.11 normal
      • rlimit ^0.9 normal
      • rust-unixfs =0.3.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.22 normal
      • void ^1.0 normal
      • wasm-timer ^0.2 normal
      • bs58 ^0.4 dev
      • clap ^4.1 dev
      • criterion ^0.4 dev
      • hex-literal ^0.3 dev
      • rand ^0.8 dev
      • rustyline-async ^0.3 dev
      • sha2 ^0.10 dev
      • tempfile ^3.1.0 dev
      • tokio ^1 dev
      • tracing-subscriber ^0.3 dev
      • prost-build ^0.11 build
    • Versions
    • 75.14% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate rust_ipfs

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Definitions
  • Derive Macros
?
Change settings

List of all items

Structs

  • BitswapStats
  • Error
  • Ipfs
  • IpfsOptions
  • Key
  • ListenerId
  • MessageId
  • Multiaddr
  • PeerId
  • SubscriptionStream
  • UninitializedIpfs
  • dag::DagPinOpt
  • dag::DagPutOpt
  • dag::IpldDag
  • error::Error
  • error::TryError
  • ipns::Ipns
  • p2p::Connection
  • p2p::ConnectionLimits
  • p2p::IdentifyConfiguration
  • p2p::KadConfig
  • p2p::KadStoreConfig
  • p2p::MultiaddrWithPeerId
  • p2p::MultiaddrWithoutPeerId
  • p2p::PeerInfo
  • p2p::ProviderStream
  • p2p::PubsubConfig
  • p2p::RecordStream
  • p2p::RelayConfig
  • p2p::SwarmConfig
  • p2p::SwarmOptions
  • p2p::TransportConfig
  • path::IpfsPath
  • path::SlashedPath
  • refs::Edge
  • repo::Repo
  • repo::RepoCid
  • repo::fs::FsBlockStore
  • repo::fs::FsDataStore
  • repo::fs::FsLock
  • repo::kv::KvDataStore
  • repo::mem::MemBlockStore
  • repo::mem::MemDataStore
  • repo::mem::MemLock
  • unixfs::AddOption

Enums

  • FDLimit
  • Keypair
  • Protocol
  • PublicKey
  • PublishError
  • Quorum
  • StoragePath
  • dag::ResolveError
  • dag::ResolvedNode
  • dag::UnexpectedResolved
  • p2p::BehaviourEvent
  • p2p::KadInserts
  • p2p::KadResult
  • p2p::PubsubValidation
  • p2p::RateLimit
  • path::IpfsPathError
  • path::PathRoot
  • refs::IpldRefsError
  • repo::BlockPut
  • repo::BlockRm
  • repo::BlockRmError
  • repo::Column
  • repo::LockError
  • repo::PinKind
  • repo::PinMode
  • repo::RepoEvent
  • repo::mem::PinUpdateError
  • unixfs::StartingPoint
  • unixfs::TraversalFailed
  • unixfs::UnixfsStatus

Traits

  • NetworkBehaviour
  • repo::BlockStore
  • repo::DataStore
  • repo::Lock
  • repo::PinStore

Macros

  • multiaddr

Derive Macros

  • NetworkBehaviour

Functions

  • p2p::create_swarm
  • refs::iplds_refs
  • repo::create_repo
  • unixfs::add
  • unixfs::add_file
  • unixfs::cat
  • unixfs::get

Type Definitions

  • Block
  • p2p::TSwarm

Constants

  • config::BOOTSTRAP_NODES