Module jumbf::builder

source ·
Expand description

An interface for building JUMBF (ISO/IEC 19566-5:2019) data structures.

Structs§

  • A DataBoxBuilder allows you to build a simple JUMBF box containing arbitrary binary data.
  • A PlaceholderDataBox allows you to reserve space in a JUMBF data structure for content that will be filled in after the overall JUMBF data structure is created.
  • A SuperBoxBuilder helps you create a JUMBF superbox which contains zero or more child boxes, each of which may or may not be a superbox.

Traits§

  • The ToBox trait allows any data type to generate a JUMBF data box.
  • A stream that implements Write and Seek traits.