io_parser 0.1.5

Crate that parses IO-reads
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented3 out of 3 items with examples
  • Size
  • Source code size: 2.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LaurentBaj

IO_PARSER

Parsing input from the std::io can be verbose. As beginners we do this all the time! This crate aims to simplify this process so that you can speed up the process of creating your own cli-applications.