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/examples
joseLuís 797ef4b0ae rust: more changes and improvements
- raw field of new wrapping structs is now public just to the crate.
- NcNotcurses.stdplane method now doesn't return an NcResult since it can't fail.
- rename NcNotcurses to Notcurses and NcNotcursesOptions to NotcursesOptions.
- rename NcPlane::new_termsize constructor to with_termsize.
- bump MSV to 1.48 for the doc links.
- improve lib documentation.
- minor fixes.
4 years ago
..
direct-cursor.rs rust: add new wrapper type over NcDirect called DirectMode. 4 years ago
direct-image-c.rs rust: add new wrapper type over notcurses struct. 4 years ago
direct-image-rust.rs rust: add new wrapper type over NcDirect called DirectMode. 4 years ago
full-basics.rs rust: more changes and improvements 4 years ago
full-input.rs rust: rename Notcurses to FullMode; update doc 4 years ago
image-16x16.png rust: update example 4 years ago
poc-cjkscroll.rs rust: more changes and improvements 4 years ago
poc-direct.rs rust: add new wrapper type over NcDirect called DirectMode. 4 years ago
poc-kittyzapper.rs rust: add new wrapper type over NcDirect called DirectMode. 4 years ago
poc-menu.rs rust: more changes and improvements 4 years ago