pancurses is a curses libary for Rust that supports both Unix and Windows platforms by abstracting away the backend that it uses (ncurses-rs and pdcurses-sys respectively).
Rust *curses utilities
pancurses-result is a wrapper for pancurses that aims to provide a safe interface to curses. This library aims to guarantee thread and memory safety, whereas pancurses just provides direct C bindings.
Toy renderer for iced based on pancurses
A TUI library based on pancurses.
Simple abstraction around pancurses for chat-like interfaces
Useful abstractions for pancurses.
crosscurses is a curses libary for Rust that supports both Unix and Windows platforms by abstracting away the backend that it uses (ncurses-rs and pdcurses-sys respectively).
Unified API over different TUI libraries.
A crate that makes working with curses easy.
Updated fork of easycurses crate
A terminal interface for StackOverflow