1//! Attribute macros for [`smol`](https://github.com/stjepang/smol). 2 3#[doc(hidden)] 4pub use async_io; 5#[cfg(feature = "auto")] 6pub use num_cpus; 7#[doc(hidden)] 8pub use std; 9 10pub use smol_potat_macro::{bench, main, test};