openat_ct 0.1.21

A wrapper around openat, symlinkat, and similar system calls forked and improved from https://crates.io/crates/openat
Documentation
[build-dependencies.conf_test]
version = "0.2"

[build-dependencies.libc]
version = "0.2.104"
[dependencies.libc]
version = "0.2.34"
[dev-dependencies.argparse]
version = "0.2.1"

[dev-dependencies.tempfile]
version = "3.0.3"

[features]
default = []
fcntl_o_directory = []
link_file_at = []
linux = ["o_path", "o_directory", "o_tmpfile", "statx", "proc_self_fd", "link_file_at", "rename_exchange", "renameat_flags"]
o_directory = []
o_path = []
o_search = []
o_tmpfile = []
proc_self_fd = []
rename_exchange = []
renameat_flags = []
statx = []

[package]
authors = ["paul@colomiets.name, ct@pipapo.org"]
categories = ["filesystem", "api-bindings"]
description = "    A wrapper around openat, symlinkat, and similar system calls\n    forked and improved from https://crates.io/crates/openat\n"
documentation = "http://docs.rs/openat_ct"
edition = "2018"
homepage = "https://github.com/cehteh/openat"
keywords = ["open", "openat", "filesystem", "fs"]
license = "MIT/Apache-2.0"
name = "openat_ct"
readme = "README.md"
repository = "https://github.com/cehteh/openat"
version = "0.1.21"