docs.rs failed to build libcrossterm-0.3.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libcrossterm-0.8.0
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
- 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