41 releases

0.7.0 Jan 12, 2021
0.6.1 Aug 5, 2019
0.6.0 Jul 26, 2019
0.5.2 Mar 28, 2019
0.1.1 Dec 29, 2014

#268 in Command-line interface

Download history 254991/week @ 2024-01-30 261295/week @ 2024-02-06 258129/week @ 2024-02-13 246316/week @ 2024-02-20 259168/week @ 2024-02-27 253581/week @ 2024-03-05 254699/week @ 2024-03-12 262349/week @ 2024-03-19 262880/week @ 2024-03-26 258979/week @ 2024-04-02 245088/week @ 2024-04-09 266839/week @ 2024-04-16 267330/week @ 2024-04-23 243079/week @ 2024-04-30 248465/week @ 2024-05-07 235016/week @ 2024-05-14

1,044,543 downloads per month
Used in fewer than 183 crates

MIT/Apache

110KB
2.5K SLoC

term

A Rust library for terminfo parsing and terminal colors.

CircleCI AppVeyor

Documentation

MSRV

1.36 - the minimum version testable on circleci.

Usage

Add this to your Cargo.toml:

[dependencies]

term = "*"

Packaging and Distributing

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.

Dependencies

~52–530KB