Crates.io | palex |
lib.rs | palex |
version | 0.1.0 |
source | src |
created_at | 2021-02-18 23:04:40.146502 |
updated_at | 2021-02-18 23:04:40.146502 |
description | A fast, small, dependency-free crate for lexing command-line arguments |
homepage | |
repository | https://github.com/Aloso/parkour |
max_upload_size | |
id | 357254 |
size | 42,144 |
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.
Palex isn't published on crates.io yet, but it will be soon!
This project is licensed under either of
at your option.