Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdheepak/libcrossterm
libcrossterm is a Rust cdylib library providing a C-API to access the excellent crossterm crate.
https://github.com/kdheepak/libcrossterm
Last synced: 2 months ago
JSON representation
libcrossterm is a Rust cdylib library providing a C-API to access the excellent crossterm crate.
- Host: GitHub
- URL: https://github.com/kdheepak/libcrossterm
- Owner: kdheepak
- License: mit
- Created: 2023-07-20T23:48:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:51:26.000Z (9 months ago)
- Last Synced: 2024-09-14T00:35:04.398Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libcrossterm
`libcrossterm` is a Rust `cdylib` library providing a C-API to access rich functionality to control and manipulate terminal interfaces using the excellent [`crossterm`](https://docs.rs/crossterm/latest) 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](https://docs.rs/crate/libcrossterm/) for more information.## Features
- Cursor movement (up, down, left, right, etc.)
- Color manipulation (foreground, background)
- Style manipulation (bold, underline, etc.)
- Terminal manipulation (clearing, resizing, etc.)
- Scroll operations
- Screen buffering