//! Crate #![no_std] #![deny(missing_docs)] //deny_warnings_placeholder_for_ci pub mod dropper; pub mod wait_queue; pub mod waker_registration;