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§
Enums§
Functions§
- open_
file_ source - Open a file as a daicon source.