palex 0.1.0

A fast, small, dependency-free crate for lexing command-line arguments
Documentation
  • Coverage
  • 100%
    47 out of 47 items documented0 out of 16 items with examples
  • Size
  • Source code size: 41.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Aloso/parkour
    18 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Aloso

palex

A fast, small, dependency-free crate for lexing command-line arguments. You can use this crate if you want to build your own argument parsing library.

This crate is almost zero-cost, since it parses arguments lazily and avoids most heap allocations. There's no dynamic dispatch.

Usage

Palex isn't published on crates.io yet, but it will be soon!

License

This project is licensed under either of

at your option.