snailx 0.7.0

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
[features]
__bench = []
__full_opt_bench = ["__opt_bench", "std"]
__full_pure_bench = ["__pure_bench", "std"]
__full_worst_bench = ["__worst_bench", "std"]
__opt_bench = ["__pure_bench", "assume_valid_str"]
__pure_bench = ["__bench", "no_cold"]
__test_cause_ub = []
__testing_bl_166 = []
__worst_bench = ["__bench"]
assume_valid_str = []
infallible_map = []
no_cold = []
std = []
to_core_cstr = []

[lib]
name = "snailx"
path = "src/lib.rs"

[package]
authors = ["echohumm <echo0humm@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-interface", "no-std::no-alloc"]
description = "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."
edition = "2015"
exclude = ["/src/main.rs", "/extra/"]
keywords = ["args", "argv", "cli", "zero-allocation", "no_std"]
license = "GPL-3.0 OR MIT"
name = "snailx"
readme = "README.md"
repository = "https://github.com/echohumm/snail"
rust-version = "1.48.0"
version = "0.7.0"

[package.metadata.docs.rs]
features = ["std", "to_core_cstr"]