notcurses/rust/examples
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.
2021-01-02 19:45:15 +01:00
..
direct-cursor.rs rust: add new wrapper type over notcurses struct. 2021-01-02 19:45:15 +01:00
direct-image-c.rs rust: add new wrapper type over notcurses struct. 2021-01-02 19:45:15 +01:00
direct-image-rust.rs rust: add new wrapper type over notcurses struct. 2021-01-02 19:45:15 +01:00
full-basics.rs rust: add new wrapper type over notcurses struct. 2021-01-02 19:45:15 +01:00
full-input.rs rust: add new wrapper type over notcurses struct. 2021-01-02 19:45:15 +01:00
image-16x16.png rust: update example 2020-08-17 17:54:07 +02:00
poc-cjkscroll.rs rust: add new wrapper type over notcurses struct. 2021-01-02 19:45:15 +01:00
poc-direct.rs rust: finish updating rust for ncdirect changes 2020-12-29 02:56:01 +01:00
poc-kittyzapper.rs rust: finish updating rust for ncdirect changes 2020-12-29 02:56:01 +01:00
poc-menu.rs rust: add new wrapper type over notcurses struct. 2021-01-02 19:45:15 +01:00