Crate daicon

Source
Expand description

Reference rust reader/writer implementation of the daicon format.

§Sources

Daicon lookup is abstracted as a “source”, which lets you look up data by ID. Higher level abstractions, such as error checking, can be implemented by implementing the source protocol on top of another source.

Modules§

protocol
Protocol interface types.

Structs§

OpenOptions

Enums§

OpenMode

Functions§

open_file_source
Open a file as a daicon source.