palex

Crates.iopalex
lib.rspalex
version0.1.0
sourcesrc
created_at2021-02-18 23:04:40.146502
updated_at2021-02-18 23:04:40.146502
descriptionA fast, small, dependency-free crate for lexing command-line arguments
homepage
repositoryhttps://github.com/Aloso/parkour
max_upload_size
id357254
size42,144
Ludwig Stecher (Aloso)

documentation

https://docs.rs/palex

README

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.

Commit count: 38

cargo fmt