term

Crates.ioterm
lib.rsterm
version0.7.0
sourcesrc
created_at2014-12-28 18:17:56.750054
updated_at2021-01-12 19:18:09.020941
descriptionA terminal formatting library
homepagehttps://github.com/Stebalien/term
repositoryhttps://github.com/Stebalien/term
max_upload_size
id657
size181,622
Steven Allen (Stebalien)

documentation

https://docs.rs/term/

README

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.

Commit count: 258

cargo fmt