notcurses/rust/examples
joseLuís b12abeddc9 rust: finish NcDirect error system refactor
- change Option return type for NcResult when appropriate.
- make NcDirect constructors return NcResult.
- rename NcError::new() to with_msg() and simplify new().
- refactor examples:
  - rename direct-image.rs to direct-image-c.rs
  - recreate using rust methods, as direct-image-rust.rs
  - differentiate more throughly between both styles.
  - remove the sys namespace on both examples.
2020-12-25 17:41:02 +01:00
..
direct-cursor.rs rust: finish NcDirect error system refactor 2020-12-25 17:41:02 +01:00
direct-image-c.rs rust: finish NcDirect error system refactor 2020-12-25 17:41:02 +01:00
direct-image-rust.rs rust: finish NcDirect error system refactor 2020-12-25 17:41:02 +01:00
full-basics.rs rust: refactor NcCell constructors 2020-12-24 03:04:46 +01:00
full-input.rs rust: working on input 2020-12-16 23:15:29 +01:00
image-16x16.png rust: update example 2020-08-17 17:54:07 +02:00
poc-cjkscroll.rs rust: refactor NcCell constructors 2020-12-24 03:04:46 +01:00
poc-direct.rs rust: finish NcDirect error system refactor 2020-12-25 17:41:02 +01:00
poc-kittyzapper.rs rust: finish NcDirect error system refactor 2020-12-25 17:41:02 +01:00