4 releases (2 breaking)
Uses old Rust 2015
0.2.1 | Apr 19, 2020 |
---|---|
0.2.0 | Mar 28, 2020 |
0.1.0 | Oct 14, 2018 |
0.0.2 | Mar 30, 2016 |
#1603 in Parser implementations
1,014 downloads per month
Used in 10 crates
(4 directly)
14KB
322 lines
A rust crate to do inline parsing of literal command line strings (handling escape codes and splitting at whitespace)
Performs the parsing in the source string, to avoid intermediate allocations (suitable for memory-constrained environments).