proposed prompted input/output macros for Rust
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
src
Cargo.toml
LICENSE
README.md

README.md

Prompted: Rust crate for prompting and input

Copyright (c) 2017 Bart Massey

This crate is a prototype of stuff I hope to get into the Rust standard libraries. It provides macros for printing and flushing a non-nl-terminated line, and a macro for prompting for a line of input.

It's all very preliminary. See the rustdoc for details.

This program is licensed under the "MIT License". Please see the file LICENSE in the source distribution of this software for license terms.