1 2 3 4 5 6
//! RNS 1.4.2 `Channel`'s ring state as a backend-swappable table: reorder buffer, outstanding sends, and window column per link. pub mod core; pub mod impls; pub use self::core::*;