//! A lightweight asynchronous [smux](https://github.com/xtaci/smux) (Simple MUltipleXing) library for smol/async-std and any async runtime compatible to `futures`
pub(crate)modconfig;pub(crate)moderror;pub(crate)modframe;pub(crate)modmux;pubuseconfig::MuxConfig;pubuseerror::{Error,Result};pubusemux::Mux;pubusemux::MuxStream;