1#![cfg_attr(any(target_os = "none", not(feature = "std")), no_std)] 2pub mod generated; 3#[cfg(not(any(windows, unix)))] 4pub use generated::*;