r-shquote 0.1.1

POSIX Shell Compatible Argument Parser
Documentation
  • Coverage
  • 40%
    4 out of 10 items documented4 out of 4 items with examples
  • Size
  • Source code size: 15.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 508.03 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • r-util/r-shquote
    5 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dvdhrm

r-shquote

POSIX Shell Compatible Argument Parser.

The r-shquote project implements quote and unquote operations for Shell compatible command-lines and prompts, as defined by the POSIX specification. Note that quirks and peculiarities of specific shell implementations are not supported.

Project

Requirements

The requirements for r-shquote are:

  • std (in particular alloc for string-allocations)

License

Apache Software License 2.0 Lesser General Public License 2.1+ See AUTHORS for details.