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/src
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
..
cells rust: rename Notcurses to FullMode; update doc 4 years ago
channel rust: add handy constructors for NcChannel 4 years ago
direct rust: more changes and improvements 4 years ago
input rust: rename NcInput's new() to new_empty(); add new() 4 years ago
notcurses rust: more changes and improvements 4 years ago
palette rust: more changes and improvements 4 years ago
plane rust: more changes and improvements 4 years ago
widgets rust: more changes and improvements 4 years ago
bindings.rs update rust for ncdirect changes 4 years ago
box.rs rust: continue adding NcPlane methods. 4 years ago
dimension.rs rust: new dimension types & NcPlane methods. 4 years ago
error.rs rust: continue refactoring the error system. 4 years ago
fade.rs rust: more changes and improvements 4 years ago
file.rs rust: update some comments 4 years ago
lib.rs rust: more changes and improvements 4 years ago
macros.rs rust: more changes and improvements 4 years ago
metric.rs rust: rename bindgen module to ffi 4 years ago
pixel.rs rust: add NcPixel methods. 4 years ago
resizecb.rs rust: update more NcPlane methods' return type to NcResult. 4 years ago
signal.rs rust: refactor error system. 4 years ago
stats.rs rust: more changes and improvements 4 years ago
time.rs rust: add all NcDirect methods. 4 years ago
visual.rs rust: Finish adding NcChannel* methods. 4 years ago