Docs.rs
  • zeronet_protocol-0.1.10
    • zeronet_protocol 0.1.10
    • Permalink
    • Docs.rs crate page
    • WTFPL
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Anshorei
    • Dependencies
      • base64 ^0.13 normal
      • futures ^0.3 normal
      • i2p ^0.0.1 normal optional
      • itertools ^0.10 normal
      • koibumi-base32 ^0.0.2 normal
      • rmp ^0.8 normal
      • rmp-serde ^1.1 normal
      • rmpv ^1.0 normal
      • serde ^1.0 normal
      • serde_bytes ^0.11 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.5 normal
      • tor ^0.1 normal optional
    • Versions
    • 11.06% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

zeronet_protocol0.1.10

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • async_connection::Connection
  • async_connection::ReceiveFuture
  • async_connection::ResponseFuture
  • async_connection::SendFuture
  • async_connection::SendState
  • async_connection::SharedState
  • message::Request
  • message::Response
  • message::templates::Announce
  • message::templates::AnnouncePeers
  • message::templates::AnnounceResponse
  • message::templates::Checkport
  • message::templates::CheckportResponse
  • message::templates::Diff
  • message::templates::Error
  • message::templates::ErrorResponse
  • message::templates::FindHashIds
  • message::templates::FindHashIdsResponse
  • message::templates::GetFile
  • message::templates::GetFileResponse
  • message::templates::GetHashfield
  • message::templates::GetHashfieldResponse
  • message::templates::GetPieceFields
  • message::templates::GetPieceFieldsResponse
  • message::templates::Handshake
  • message::templates::ListModified
  • message::templates::ListModifiedResponse
  • message::templates::OkResponse
  • message::templates::Pex
  • message::templates::PexResponse
  • message::templates::PingResponse
  • message::templates::SetHashfield
  • message::templates::SetHashfieldResponse
  • message::templates::SetPieceFields
  • message::templates::SetPieceFieldsResponse
  • message::templates::StreamFile
  • message::templates::StreamFileResponse
  • message::templates::UpdateFile
  • message::templates::UpdateFileResponse
  • zero_connection::ZeroConnection

Enums

  • address::AddressError
  • address::ParseError
  • address::PeerAddr
  • error::Error
  • message::ZeroMessage
  • message::value::Value

Traits

  • address::ToPeerAddrs
  • requestable::Requestable

Functions

  • util::is_default