1#![cfg_attr(not(test), no_std)] 2#![doc = include_str!("../README.md")] 3 4mod auxv; 5pub use auxv::*; 6mod info; 7pub use info::*; 8mod user_stack; 9pub use user_stack::app_stack_region;