Docs.rs
  • rusty_chat-0.1.0
    • rusty_chat 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Kitt3120
    • Dependencies
    • Versions
    • 0% 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

rusty_chat0.1.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • common::message_stream::MessageStream
  • common::protocol::handshake::client::Handshake
  • common::protocol::handshake::client::HandshakeArguments
  • common::protocol::handshake::server::Handshake
  • common::protocol::handshake::server::HandshakeArguments
  • common::protocol::packet::client::authenticate::Authenticate
  • common::protocol::packet::client::chat::Chat
  • common::protocol::packet::client::end::End
  • common::protocol::packet::server::authenticated::Authenticated
  • common::protocol::packet::server::chat::Chat
  • common::protocol::packet::server::end::End
  • common::threading::cancellation_token::CancellationToken
  • common::threading::cancellation_token_source::CancellationTokenSource

Enums

  • common::message_stream::error::MessageStreamError
  • common::protocol::error::handshake::HandshakeError
  • common::protocol::error::message_parse::MessageParseError
  • common::protocol::message::Message
  • common::protocol::message::client::Message
  • common::protocol::message::server::Message
  • common::threading::error::CancellationTokenError

Traits

  • common::protocol::packet::Packet
  • common::protocol::serializable::Serializable