Docs.rs
  • bevy_websocket_adapter-0.1.5
    • bevy_websocket_adapter 0.1.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Xide
    • Dependencies
      • anyhow ^1.0.44 normal
      • bevy ^0.5.0 normal optional
      • crossbeam-channel ^0.5.0 normal
      • futures ^0.3.17 normal
      • futures-util ^0.3 normal
      • log ^0.4 normal
      • serde ^1.0.130 normal
      • serde_json ^1.0.68 normal
      • thiserror ^1.0 normal
      • tokio ^1.0.0 normal
      • tokio-tungstenite ^0.15.0 normal
      • tungstenite ^0.14.0 normal
      • url ^2.2.2 normal
      • uuid ^0.8 normal
      • simple_logger ^1.13.0 dev
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

bevy_websocket_adapter0.1.5

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits

List of all items

Structs

  • bevy::WebSocketClient
  • bevy::WebSocketServer
  • client::Client
  • server::Server
  • shared::ConnectionHandle
  • shared::Enveloppe
  • shared::GenericParser
  • shared::SendEnveloppe

Enums

  • server::ServerConfigError
  • shared::NetworkError
  • shared::NetworkEvent

Traits

  • bevy::WsMessageInserter
  • shared::MessageType

Macros

  • impl_message_type