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 55d49a43f6 rust: continue NcMenu PoC example; fixes
- modify ncmenu constructor Accept &mut[] instead of Vec<> to avoid FFI related problems. Furthermore, from rust 1.48 it's easy to convert a Vec into an array using the std::convert::TryInto trait.
- fix ncmenu method names.
- fix & refactor Notcurses contructors; add `with_debug` constructor.
- make NcPlane.set_base receive a char instead of a reference, since it's copy.
- add `rre` cargo alias for running examples on release.
4 years ago
..
direct-cursor.rs rust: refactor sleep macros 4 years ago
direct-image-c.rs rust: finish NcDirect error system refactor 4 years ago
direct-image-rust.rs rust: finish NcDirect error system refactor 4 years ago
full-basics.rs rust: continue refactoring the error system. 4 years ago
full-input.rs rust: new NcMenu PoC example & more error refactoring. 4 years ago
image-16x16.png rust: update example 4 years ago
poc-cjkscroll.rs rust: new NcMenu PoC example & more error refactoring. 4 years ago
poc-direct.rs rust: continue refactoring the error system. 4 years ago
poc-kittyzapper.rs rust: finish NcDirect error system refactor 4 years ago
poc-menu.rs rust: continue NcMenu PoC example; fixes 4 years ago