| Crates.io | term |
| lib.rs | term |
| version | 1.2.0 |
| created_at | 2014-12-28 18:17:56.750054+00 |
| updated_at | 2025-09-08 23:36:22.07857+00 |
| description | A terminal formatting library |
| homepage | https://github.com/Stebalien/term |
| repository | https://github.com/Stebalien/term |
| max_upload_size | |
| id | 657 |
| size | 181,210 |
A Rust library for terminfo parsing and terminal colors.
1.63
Add this to your Cargo.toml:
[dependencies]
term = "*"
For all terminals but windows consoles, this library depends on a non-hashed (for now) terminfo database being present. For example, on Debian derivitives, you should depend on ncurses-term; on Arch Linux, you depend on ncurses; and on MinGW, you should depend on mingw32-terminfo.
Unfortunately, if you're using a non-windows console on Windows (e.g. MinGW, Cygwin, Git Bash), you'll need to set the TERMINFO environment variable to point to the directory containing the terminfo database.