libcrossterm

libcrossterm is a Rust cdylib library providing a C-API to access the rich functionality to control and manipulate terminal interfaces provided the excellent crossterm crate. This includes operations like cursor movement, color and style management, and much more.

This library is built on the crossterm crate and exposes the functionality in a C ABI friendly way so that it is callable from C and other languages. See the documentation for more information.

Features