1pub use rt_local_core::{base, spawn_local, wait_for_idle, Task}; 2 3/// Runtime implementations. 4pub mod runtime; 5 6#[cfg(doctest)] 7#[doc = include_str!("../../README.md")] 8pub mod test_readme {}