io-prompt-prototype 1.0.0

A prototype for `io::prompt`, `io::promptln`, and `io::read_line`
Documentation
  • Coverage
  • 85.71%
    6 out of 7 items documented6 out of 6 items with examples
  • Size
  • Source code size: 29.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • yoshuawuyts/io-prompt-prototype
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yoshuawuyts

This crate builds on prior art from this issue, creating a convenient way to get user input from the command line.

Installation

$ cargo add io-prompt-prototype

Prior art

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License