Crate bpx

Crate bpx 

Source
Expand description

This library is the official implementation for the BPX container format.

Modules§

builder
High-level utilities to generate low-level file headers.
decoder
The BPX decoder.
encoder
The BPX encoder.
error
Error declarations.
header
Declarations for basic constants and low-level file headers.
sd
The BPX Structured Data format (BPXSD).
section
Utilities to manipulate the content of sections.
strings
A set of helpers to manipulate BPX string sections.
utils
Contains various utilities to be used by other modules.
variant
This module contains implementations for the standard BPX variants/types.

Structs§

SectionHandle
Represents a pointer to a section.

Traits§

Interface
The interface implemented by both the BPX encoder and decoder.

Type Aliases§

Result
Represents a result from this library.