You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/rust
joseLuís 6b2805937d rust: add new wrapper type over notcurses struct.
Create new wrapping types that can safely encapsulate the mutable references,
and implement Drop and automatic (de)referencing.

- Notcurses
  - rename Notcurses* to NcNotcurses*.
  - rename NotcursesOptions to NcNotcursesOptions.
  - new Notcurses struct.
    - implement Drop, AsRef, AsMut, Deref & DerefMut.
    - override stop method to be no-op.
    - reimplement constructors and associated methods.
  - remove without_altscreen_with_banners constructor.
- update examples and tests.
- rustfmt.
4 years ago
..
.cargo rust: continue NcMenu PoC example; fixes 4 years ago
build v2.1.3 4 years ago
examples rust: add new wrapper type over notcurses struct. 4 years ago
src rust: add new wrapper type over notcurses struct. 4 years ago
Cargo.toml rust: improve direct-cursor example. 4 years ago
README.md rust: new NcMenu PoC example & more error refactoring. 4 years ago

README.md

libnotcurses-sys

Crate API dependency status MSRV: 1.47.0