Docs.rs
  • virtual-net-0.7.0
    • virtual-net 0.7.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • syrusakbary
    • github:wasmerio:wasmer-core
    • ptitSeb
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • base64 ^0.21 normal
      • bincode ^1.3 normal
      • bytecheck ^0.6.8 normal optional
      • bytes ^1.1 normal
      • derivative ^2 normal
      • futures-util ^0.3 normal
      • hyper ^1 normal optional
      • hyper-tungstenite ^0.13 normal optional
      • hyper-util ^0.1.5 normal optional
      • libc ^0.2 normal optional
      • mio ^0.8 normal optional
      • pin-project-lite ^0.2.9 normal
      • rkyv ^0.7.40 normal optional
      • serde ^1.0 normal
      • smoltcp ^0.8 normal
      • socket2 ^0.4 normal optional
      • thiserror ^1 normal
      • tokio ^1 normal
      • tokio-serde ^0.8 normal optional
      • tokio-tungstenite ^0.21 normal optional
      • tokio-util ^0.7.8 normal optional
      • tracing ^0.1 normal
      • virtual-mio ^0.3.0 normal
      • serial_test ^2.0.0 dev
      • tokio ^1 dev
      • tracing-test ^0.2 dev
    • Versions
    • 53.45% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

virtual_net0.7.0

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Bytes
  • BytesMut
  • InterestGuard
  • InterestHandlerWaker
  • IpCidr
  • IpRoute
  • UnsupportedVirtualNetworking
  • client::RemoteNetworkingClient
  • client::RemoteNetworkingClientDriver
  • composite::CompositeTcpListener
  • host::LocalNetworking
  • host::LocalTcpListener
  • host::LocalTcpStream
  • host::LocalUdpSocket
  • loopback::LoopbackNetworking
  • loopback::LoopbackTcpListener
  • meta::SocketId
  • server::RemoteNetworkingServer
  • server::RemoteNetworkingServerDriver
  • tcp_pair::TcpSocketHalf
  • tcp_pair::TcpSocketHalfRx
  • tcp_pair::TcpSocketHalfTx

Enums

  • InterestType
  • NetworkError
  • SocketStatus
  • StreamSecurity
  • meta::FrameSerializationFormat
  • meta::MessageRequest
  • meta::MessageResponse
  • meta::RequestType
  • meta::ResponseType
  • meta::Shutdown

Traits

  • InterestHandler
  • VirtualConnectedSocket
  • VirtualConnectedSocketExt
  • VirtualConnectionlessSocket
  • VirtualConnectionlessSocketExt
  • VirtualIcmpSocket
  • VirtualIoSource
  • VirtualNetworking
  • VirtualRawSocket
  • VirtualSocket
  • VirtualTcpListener
  • VirtualTcpListenerExt
  • VirtualTcpSocket
  • VirtualUdpSocket

Functions

  • handler_into_waker
  • io_err_into_net_error
  • net_error_into_io_err

Type Aliases

  • DynVirtualNetworking
  • Result