Re-exports§
pub use mmap::EitherMmapOrRandomAccessFile;pub use progress_log::WithProgress;pub use writer_checksum::*;
Modules§
- mmap 🔒
- progress_
log - It can often take time to perform some operations in Forest and we would like to have a way for logging progress.
- writer_
checksum 🔒
Functions§
- create_
new_ sensitive_ file - Creates a new file with the specified path. The file is created with permissions 0600 and is truncated if it already exists.
- read_
toml - Converts a TOML file represented as a string to
S - skip_
bytes - Skips
nbytes from the reader. - terminal_
cleanup - write_
new_ sensitive_ file - Writes bytes to a specified file. Creates the desired path if it does not exist. Note: The file is created with permissions 0600. Note: The file is truncated if it already exists.