Modules§
Structs§
- Bijou
- The main Bijou interface providing low level APIs.
- BijouFs
- High level wrapper for
Bijou
. - Config
- Configuration for Bijou. Used to initialize a Bijou instance.
- DirIterator
- Iterator of directory entries, created by
Bijou::read_dir
. - Error
- File
- An object providing access to an open file on the filesystem.
- FileId
- The internal unique identifier of a file.
- File
Meta - Metadata for a file.
- LowLevel
File - File handle with low-level APIs, created by
Bijou::open_file
. - Open
Options - Options and flags which can be used to configure how a file is opened.
- Secret
Bytes - A wrapper around a byte array that is locked in memory and is automatically zeroed out when dropped.
Enums§
Functions§
- init
- Initialize Bijou.