notcurses 2.0.0

A higher level wrapper for the notcurses C library
docs.rs failed to build notcurses-2.0.0
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

Crate

A higher level Rust wrapper for the notcurses C library.

Status of the library

In v2.0.0 this library is getting reset so it can recommence from a new slate.

The previous public API has been completely eliminated, since it didn't made sense anymore after all the big changes to the API of the libnotcurses-sys underlying dependency over the last year.

Now that the boundaries and reach of the lower level bindings are better defined the new API can be thought upon with better chances of being useful in bringing it closer to the Rust ecosystem with more idiomatic higher level abstractions.

Currently the libnotcurses-sys API is being re-exported under the sys module.