better_input 0.0.1

A crate that adds functions aimed to improve terminal input
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 5.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 252.28 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Kat-zorn

RustImprovedInput

content

This crate adds new functions to read lines better eg. remove \n and possibly \r and and they don't break at-all when dealing with EOF's

planned

I am planning on adding a read_type() function, but I'm still working on it.