Crates.io | openat_ct |
lib.rs | openat_ct |
version | 0.2.0-pre10 |
source | src |
created_at | 2021-10-18 13:42:55.8669 |
updated_at | 2022-07-29 22:27:05.77892 |
description | A wrapper around openat, symlinkat, and similar system calls forked and improved from https://crates.io/crates/openat |
homepage | https://github.com/cehteh/openat |
repository | https://github.com/cehteh/openat |
max_upload_size | |
id | 466782 |
size | 94,387 |
Status: Beta
Documentation | Github | Crate
The interface to openat
, symlinkat
, and other functions in *at
family.
This is a fork of the original 'openat' at https://github.com/tailhook/openat
The objective is to fix existing Issues and add features as required. An eventual goal would be to get this merged back into upstream. In most cases the API should stay backward compatible with the original openat (Unless functionality and fixes dictate changes).
It can be used as drop in replacement by aliasing the import:
use openat_ct as openat;
This crate is a thin wrapper for the underlying system calls. You may find the extension methods in openat-ext useful.
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.