zmux 0.1.0

Rust implementation of the ZMux v1 stream multiplexing protocol
Documentation
mod buffer;
mod conn;
mod egress;
mod flow;
mod ingress;
mod liveness;
mod queue;
mod scheduler;
mod state;
mod stop_sending;
mod stream;
mod types;

pub use types::{
    AbuseStats, AcceptBacklogStats, ActiveStreamStats, Conn, DiagnosticStats, DuplexTransport,
    DuplexTransportControl, FlushStats, HiddenStateStats, LivenessStats, MemoryStats,
    PeerCloseError, PeerGoAwayError, PressureStats, ProgressStats, ProvisionalStats, ReasonStats,
    RecvStream, RetentionStats, SendStream, SessionState, SessionStats, Stream, TelemetryStats,
    WriterQueueStats,
};