cmdline_words_parser

Crates.iocmdline_words_parser
lib.rscmdline_words_parser
version0.2.1
created_at2016-03-30 02:53:07.452219+00
updated_at2020-04-19 01:03:32.013286+00
descriptionProvides iterators over 'words' in a string, using command-line escaping rules. Intended for use where extra heap allocations are undesirable
homepage
repositoryhttps://github.com/thepowersgang/cmdline_words_parser
max_upload_size
id4614
size13,397
John Hodge (Mutabah) (thepowersgang)

documentation

README

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).

Commit count: 0

cargo fmt