Module unbase::network [] [src]

Re-exports

pub use self::transport::Transport;
pub use self::transport::TransportAddress;
pub use self::packet::Packet;

Modules

packet
transport

Provides the framework and implementations for communications modules, pluggable transports that allow connections between slabs. A Transport knows how to make Transmitters which can be used to send Memos.

Structs

Network
NetworkInner
SlabPresence

SlabPresence represents the expected reachability of a given Slab Including Transport address and anticipated lifetime

SlabRef

A reference to a Slab

Transmitter
WeakNetwork

Enums

SlabAnticipatedLifetime
TransmitterArgs