imag/lib/etc/libimaginteraction
Matthias Beyer 496c06d15a Update lazy_static to 1.2
1.2 of lazy_static brings functionality to have no panics in the code,
which is what we try to have.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-11 13:05:55 +01:00
..
src Forbid unsafe code in all crates 2018-11-11 13:05:55 +01:00
Cargo.toml Update lazy_static to 1.2 2018-11-11 13:05:55 +01:00
README.md Fix README symlink 2017-09-19 18:34:56 +02:00

README.md

libimaginteraction

A crate for more general interaction with the user (interactive commandline interface).

Offers functions for asking the user Y/N questions, for (numeric) values, etc.