notcurses 2.0.0-alpha.1

A safe and ergonomic wrapper for the notcurses C library
docs.rs failed to build notcurses-2.0.0-alpha.1
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: notcurses-3.5.0

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:

# Direct mode:

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

# Full screen mode:

$ cargo re f-text # WIP