From 2e627a57210b671ac30985135c6b850023251b26 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 24 Aug 2016 14:25:57 +0200 Subject: [PATCH] Add README.md for libimaginteraction --- libimaginteraction/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libimaginteraction/README.md diff --git a/libimaginteraction/README.md b/libimaginteraction/README.md new file mode 100644 index 00000000..b8939feb --- /dev/null +++ b/libimaginteraction/README.md @@ -0,0 +1,7 @@ +# 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. +