snailx 0.8.3

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.
Documentation
1
2
3
#![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") }