1 2 3 4 5 6 7 8 9
#![cfg_attr(feature = "nightly", feature(box_raw))] #![deny(missing_docs)] //! ### Canal //! //! A library for communication primitives. pub mod broadcast; pub mod mpmc;