rust_io_template 0.1.3

A simple Rust I/O template
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 9 items with examples
  • Size
  • Source code size: 16.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.51 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
  • lduranovic/rust-io-template
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lduranovic

Rust I/O Template

This is a toy project useful if you're looking to consume some Rust input in a quick way. The template allows you to either consume lines in a nice and predictable way, or consume individual tokens.