Crate open_ambient

Source
Expand description

Macros for opening files and directories using ambient authority, with paths known at compile time.

Macrosยง

open_ambient_dir
Opens a directory with ambient authority, using a path known at compile time.
open_ambient_file
Opens a file in read-only mode with ambient authority, using a path known at compile time.
open_ambient_file_with
Opens a file with ambient authority with the specified options, but using a path known at compile time.