Crate open_ambient
source ·Expand description
Macros for opening files and directories using ambient authority, with paths known at compile time.
Macros
- Opens a directory with ambient authority, using a path known at compile time.
- Opens a file in read-only mode with ambient authority, using a path known at compile time.
- Opens a file with ambient authority with the specified options, but using a path known at compile time.