From a6d364e6382fb1cb5c1ea3960d1d802c09d56113 Mon Sep 17 00:00:00 2001 From: Ticki Date: Tue, 8 Mar 2016 19:44:31 +0100 Subject: [PATCH] Add a note on stability --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4c9cda7..a66cecf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ A pure Rust library for handling, manipulating and reading information about ter Supports Redox and POSIX. Untested on Windows. +A note on stability +------------------- + +This crate is not stable, yet. However, if you do want stability, you should specify the revision (commit hash) in your `Cargo.toml`, this way builds are complete reproducible, and won't break. + Features -------- @@ -16,6 +21,11 @@ Features - Control sequences. - Termios control. - Password input. +- Redox support. +- 256-color mode. +- Panic-free error handling. + +and much more. TODO ----