Add a note on stability

This commit is contained in:
Ticki 2016-03-08 19:44:31 +01:00
parent 77311ae63f
commit a6d364e638
1 changed files with 10 additions and 0 deletions

View File

@ -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
----