cmdline_words_parser 0.2.1

Provides iterators over 'words' in a string, using command-line escaping rules. Intended for use where extra heap allocations are undesirable
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented1 out of 3 items with examples
  • Size
  • Source code size: 13.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 491.49 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • thepowersgang/cmdline_words_parser
    7 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thepowersgang

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