ostree/rust-bindings/rust/tests
Colin Walters 19224a411a repo: Add two more cap-std APIs
Followup to the previous PR.  I realized now with `io_lifetimes`
we can offer a safe `dfd_borrow()` that *borrows* the file descriptor
for the repository.  (In contrast to the current `.dfd()` that returns
the raw version)

Building on that, add another API that re-acquires a `Dir` instance.
(In the future in theory we could optimize this more by knowing
 whether or not the repo was constructed via cap-std, and perhaps
 in theory synthesize a `&Dir` reference, but I don't think we
 need that now)
2022-05-06 12:53:57 -04:00
..
core Add new GLib 0.14 variant types for metadata types 2022-05-06 12:53:57 -04:00
data Refactor tests and add test for traverse_commit 2022-05-06 12:53:53 -04:00
functions lib: run rustfmt 2022-05-06 12:53:57 -04:00
repo repo: Add two more cap-std APIs 2022-05-06 12:53:57 -04:00
sign Fix build with --features=v2021_3, use in CI by default 2022-05-06 12:53:57 -04:00
util Add a `cap-std-apis` feature with open/create 2022-05-06 12:53:57 -04:00
tests.rs Add new GLib 0.14 variant types for metadata types 2022-05-06 12:53:57 -04:00