1#![cfg_attr(not(feature = "std"), no_std)] 2 3#[cfg(feature = "std")] 4pub use safety_parser; 5 6pub use safety_macro::{checked, requires};