Provides a cross-platform curses library for Rust, supporting both Unix and Windows via ncurses or pdcurses backends.
# Cargo.toml
[dependencies]
pancurses = "0.17.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a curses window and display a message.
Run in a terminal that supports curses (e.g., xterm, Windows Terminal with pdcurses).
No dependency data recorded yet.