Crate daicon

source ·
Expand description

Daicon low-level types, for zero-copy reading and writing.

This library does not guarantee 100% correctness in input or output, but will provide minimal validation where useful. In most cases, you should not use this library directly, but instead use a format-specific library that uses this library.

This library version is based off the daicon 0.2.0 specification.

Structs

  • Entry in a daicon table.
  • Header of a daicon table.

Constants

  • Magic signature of a daicon 0.x.x header, literally equivalent to 0xFF followed by ASCII “dc0”.