Crate bijou

Source

Modules§

algo
config
path
raw_fs

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.
FileMeta
Metadata for a file.
LowLevelFile
File handle with low-level APIs, created by Bijou::open_file.
OpenOptions
Options and flags which can be used to configure how a file is opened.
SecretBytes
A wrapper around a byte array that is locked in memory and is automatically zeroed out when dropped.

Enums§

ErrorKind
FileKind
Limit

Functions§

init
Initialize Bijou.

Type Aliases§

Result