# Little Args This is a zero-dependency argument parsing library. It's not the best argument parser out there; that's probably [clap](https://crates.io/crates/clap). But it works, and depending on it only adds one (1) dependency. No more transitive dependencies. # License The code is licensed under the MIT or Apache 2.0 licenses. See LICENSE-MIT and LICENSE-APACHE for details.