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
- Host: GitHub
- URL: https://github.com/coreos/openat-ext
- Owner: coreos
- License: apache-2.0
- Created: 2019-08-21T00:17:48.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T11:20:13.000Z (about 2 years ago)
- Last Synced: 2025-03-28T10:11:31.331Z (over 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/openat-ext/
- Size: 121 KB
- Stars: 0
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.