1 2 3 4 5
#![doc = include_str!("../README.md")] #![cfg_attr(not(any(test, feature = "std")), no_std)] pub mod blocking;