Cargo Features

openat_ct has no features set by default.

[dependencies]
openat_ct = { version = "0.2.0-pre9", features = ["linux", "o_path", "o_directory", "o_tmpfile", "o_search", "fcntl_o_directory", "link_file_at", "renameat_flags", "statx"] }
linux = link_file_at, o_directory, o_path, o_tmpfile, proc_self_fd, rename_exchange, renameat_flags, statx
o_path linux?

NOTE(cehteh): eventually provide some baseline configs for other OS'es (for cross compilation)

Affects dir::O_PATH

o_directory linux?

Affects dir::O_DIRECTORY

o_tmpfile linux?

Affects dir::O_SEARCH

fcntl_o_directory
renameat_flags linux?

Affects dir::rename_flags

rename_exchange statx linux?