Crate bijou

source ·

Modules

Structs

  • The main Bijou interface providing low level APIs.
  • High level wrapper for Bijou.
  • Configuration for Bijou. Used to initialize a Bijou instance.
  • Iterator of directory entries, created by Bijou::read_dir.
  • An object providing access to an open file on the filesystem.
  • The internal unique identifier of a file.
  • Metadata for a file.
  • File handle with low-level APIs, created by Bijou::open_file.
  • Options and flags which can be used to configure how a file is opened.
  • A wrapper around a byte array that is locked in memory and is automatically zeroed out when dropped.

Enums

Functions

  • Initialize Bijou.

Type Aliases