Docs.rs
  • embedded-websocket-0.9.4
    • embedded-websocket 0.9.4
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ninjasource
    • Dependencies
      • base64 ^0.13.1 normal
      • byteorder ^1.5.0 normal
      • futures ^0.3.31 normal
      • heapless ^0.7.16 normal
      • httparse ^1.9.5 normal
      • rand_core ^0.6.4 normal
      • sha1 ^0.10.6 normal
      • bytes ^1.9.0 dev
      • rand ^0.8.5 dev
      • tokio ^1.42.0 dev
      • tokio-util ^0.7.13 dev
    • Versions
    • 51.08% 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

embedded_websocket0.9.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • WebSocket
  • WebSocketContext
  • WebSocketOptions
  • WebSocketReadResult
  • framer::Framer
  • framer_async::CloseMessage
  • framer_async::Framer
  • random::EmptyRng

Enums

  • Client
  • Error
  • Server
  • WebSocketCloseStatusCode
  • WebSocketReceiveMessageType
  • WebSocketSendMessageType
  • WebSocketState
  • framer::FramerError
  • framer::ReadResult
  • framer_async::FramerError
  • framer_async::ReadResult

Traits

  • WebSocketType
  • framer::Stream

Functions

  • read_http_header

Type Aliases

  • Result
  • WebSocketClient
  • WebSocketKey
  • WebSocketServer
  • WebSocketSubProtocol