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
joseLuís 9563c9e02e rust: new NcFile type to wrap libc::FILE
The notcurses FILE type (`NC_FILE`) is imported via bindgen as a struct,
while the equivalent Rust libc::FILE (`LIBC_FILE`) is an opaque enum.
Several methods are provided to convert back and forth between both types,
so it works both with rust libc operations and notcurses file I/O operations.

- new notcurses_debug() test as the first usage of `NcFile`
4 years ago
..
.cargo rust: more refactoring 4 years ago
build v2.0.4 4 years ago
examples rust: refactor examples 4 years ago
src rust: new NcFile type to wrap libc::FILE 4 years ago
tests rust: remove no_std; fix #1119 4 years ago
Cargo.toml rust: remove no_std; fix #1119 4 years ago