An open API service indexing awesome lists of open source software.

https://github.com/coreos/openat-ext

Helpers for the openat crate
https://github.com/coreos/openat-ext

Last synced: about 1 year ago
JSON representation

Helpers for the openat crate

Awesome Lists containing this project

README

          

# This project is deprecated

Still maintained for now, but deprecated.
Instead, we are focusing on [cap-std](https://docs.rs/cap-std/latest/cap_std/)
and the successor to this crate is [cap-std-ext](https://docs.rs/cap-std-ext/latest/cap_std_ext/).

Helpers for the openat crate
====

See https://crates.io/crates/openat

This crate defines a number of extension methods on `openat::Dir`
with the common file utility functions that many real applications need.

This code originated from https://github.com/projectatomic/rpm-ostree/blob/016c1c5e627fc2a8cd3266ccda3a47a5f8992594/rust/src/openat_utils.rs

License
---

Licensed under either of

* Apache License, Version 2.0,
(./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.