62464ed438
(I'm going to start calling it `live-apply` instead of "livefs") On one hand, this drops the unsafe bindgen glue. On the other hand it demonstrates a notable current ergonomic shortfall of cxx-rs in that it doesn't support `Option<T>`, so we represent optional strings by converting them to empty strings. (Relatedly I discovered in C++ there is `std::optional<>` but it's in C++17. I assume we can depend on that but let's for now match libdnf's usage of `-std=c++14` because we know that works everywhere) |
||
---|---|---|
.. | ||
libdnf-sys | ||
src | ||
.gitignore | ||
LICENSE-APACHE | ||
LICENSE-MIT |