rpm-ostree/rust
Colin Walters 7595bce228 rust/treefile: Use the c_utf8 crate
The advantage of this over CStr is that Rust knows it's UTF-8
too.  I also tweaked our path code to use String, and only
view it as a `Path`.  This avoids having to `unwrap()` later
back to a `str`.

Closes: #1588
Approved by: jlebon
2018-09-28 16:21:18 +00:00
..
src rust/treefile: Use the c_utf8 crate 2018-09-28 16:21:18 +00:00
.gitignore build-sys: Add some gitignore for Rust bits 2018-06-11 13:08:41 +00:00
cargo-vendor-config Add support for YAML treefiles 2018-06-05 13:08:33 +00:00
Cargo.toml rust/treefile: Use the c_utf8 crate 2018-09-28 16:21:18 +00:00
cbindgen.toml rust/bindgen: Add an autoptr cleanup for our struct 2018-09-13 21:49:06 +00:00