Re-exports§
pub use context::Context;
pub use error::Error;
pub use error::Result;
pub use error::NOT_IMPLEMENTED;
pub use registry::Registry;
pub use util::CombineNet;
pub use util::NotImplementedNet;
pub use crate::Context;
pub use crate::Address;
pub use crate::Error;
pub use crate::Result;
Modules§
Macros§
Structs§
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- A wrapper around a byte buffer that is incrementally filled and initialized.
Enums§
- Address can be IPv4, IPv6 address or a domain with port.
- Represents any valid JSON value.
Traits§
- Reads bytes from a source.
- Writes bytes asynchronously.
- A Net.
- A Server.
- A TcpListener.
- A TcpStream.
- The other side of an UdpSocket
- A UdpSocket.
- Converts to address value.