Add a note on stability
This commit is contained in:
parent
77311ae63f
commit
a6d364e638
10
README.md
10
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.
|
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
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -16,6 +21,11 @@ Features
|
||||||
- Control sequences.
|
- Control sequences.
|
||||||
- Termios control.
|
- Termios control.
|
||||||
- Password input.
|
- Password input.
|
||||||
|
- Redox support.
|
||||||
|
- 256-color mode.
|
||||||
|
- Panic-free error handling.
|
||||||
|
|
||||||
|
and much more.
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue