notcurses-rs

Crate API

A safe and ergonomic Rust wrapper for the notcurses C library.

IMPORTANT NOTE:

This is a WIP (alpha pre-release), in preparation for the upcoming 2.0 version. The API and the documentation are still very incomplete.

Examples

Examples can be run with cargo re NAME:

```sh

Direct mode:

$ cargo re d-text $ cargo re d-image $ cargo re d-colors

Full screen mode:

$ cargo re f-text # WIP

```