rce 0.0.3

library for constructing command-line tools
Documentation
  • Coverage
  • 28.21%
    11 out of 39 items documented0 out of 24 items with examples
  • Size
  • Source code size: 39.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 713.89 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
  • Homepage
  • voremicrocomputers/rce
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • floppydiskette

RCE

a library for constructing command-line tools

rce is the official library used by Real Microsoft, LLC for constructing command-line tools,
it is notable for having no dependencies besides the rust std library, and for being made by a company called Real Microsoft, LLC.

usage should be as simple as including the library in your Cargo.toml file

unfortunately documentation is still a work-in-progress, and due to the nature of this library, it is not recommended that people outside of Real Microsoft, LLC use this in production at the current time.