Docs.rs
  • net-stream-0.1.1
    • net-stream 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • plul
    • Dependencies
      • assert_let_bind ^0.1.1 normal
      • bincode ^1.3 normal
      • bytes ^1.2 normal
      • derive_more ^0.99 normal
      • futures ^0.3 normal
      • log ^0.4 normal
      • serde ^1.0 normal
      • smart-default ^0.7 normal
      • thiserror ^1 normal
      • tokio ^1.20 normal
      • tokio-stream ^0.1.9 normal
      • tokio-util ^0.7 normal
      • typed-builder ^0.15 normal
      • uuid ^1.2.2 normal
      • anyhow ^1 dev
      • clap ^4 dev
      • env_logger ^0.10 dev
      • tokio ^1.20 dev
    • Versions
    • 100% 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
    • 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

net_stream0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • client::Status
  • client::actor_handle::ActorHandle
  • server::ActorHandle
  • server::Config
  • server::PeerUid
  • server::event::Message
  • server::event::NewPeer
  • server::event::PeerDisconnect

Enums

  • client::ConnectError
  • client::actor_handle::Error
  • client::event::Event
  • server::StartServerError
  • server::event::DisconnectReason
  • server::event::Event

Traits

  • MessageTypes

Functions

  • client::connect
  • server::start