Docs.rs
  • bevy_octopus-0.5.0
    • bevy_octopus 0.5.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • foxzool
    • Dependencies
      • async-std ^1.12.0 normal
      • bevy ^0.16.0 normal
      • bevy-inspector-egui ^0.25.0 normal optional
      • bincode ^1.3.3 normal optional
      • bytes ^1.6.0 normal
      • futures ^0.3.30 normal
      • kanal ^0.1.0-pre8 normal
      • serde ^1.0.198 normal
      • serde_json ^1.0.68 normal optional
      • thiserror ^1.0.59 normal
      • bevy ^0.16.0 dev
    • Versions
    • 11.61% 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

bevy_octopus0.5.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • channels::ChannelId
  • channels::ChannelPacket
  • channels::ReceiveChannelMessage
  • channels::SendChannelMessage
  • client::ClientNode
  • client::ClientTag
  • client::ReconnectSetting
  • client::ReconnectTimer
  • client::StartClient
  • network_node::AsyncChannel
  • network_node::NetworkBundle
  • network_node::NetworkNode
  • network_node::NetworkPeer
  • network_node::NetworkRawPacket
  • plugin::OctopusPlugin
  • server::ServerNode
  • server::StartServer
  • transformer::DecoderMarker
  • transformer::EncoderMarker
  • transformer::TransformerSenderMarker
  • transports::tcp::TcpAddress
  • transports::tcp::TcpPlugin
  • transports::udp::MulticastV4Setting
  • transports::udp::MulticastV6Setting
  • transports::udp::UdpAddress
  • transports::udp::UdpBroadcast
  • transports::udp::UdpPlugin

Enums

  • error::NetworkError
  • network_node::NetworkEvent
  • plugin::NetworkSet

Traits

  • network_node::NetworkAddress
  • transformer::NetworkMessageTransformer
  • transformer::Transformer