1
2
3
4
5
6
7
#![deny(clippy::all)]

pub mod executor;
pub mod futures;
pub mod macros;
pub mod task;
pub(crate) mod waker;