Zero-allocation, low-overhead access to program arguments (argv) with iterators over `&'static CStr`, `&'static str`, and `&'static OsStr`. Works in no_std (optional std feature) and targets Unix and macOS.
#![doc="Direct, platform-specific access to `argc` and `argv`. Most users should prefer the \
higher-level iterators in the crate root."]include!{concat!(env!("OUT_DIR"),"/direct.rs")}