Skip to main content

Crate boundbook

Crate boundbook 

Source
Expand description

boundbook - a Rust implementation of the Bound Book specification

Modules§

format
contains all constant values used in the BBF format including magic numbers, version info, default alignment settings, size limits, and configuration flags.
prelude
prelude module for convenient imports
types
binary data structures used in BBF files

Structs§

BbfBuilder
a BBF file builder
BbfReader
a BBF file reader

Enums§

BbfError
errors that can occur during BBF file operations

Type Aliases§

Result
result type using BBFerror