Modules§
- code_
handler - docs_
parser - Lenient parser for the machine-readable plot-block schema in
docs/USAGE.md. Seedocs/USAGE-SCHEMA.mdfor the contract. - macros
- preprocessor
Macros§
- fatal
- Used to send critical errors.
Will exit directly with exit code
1. - translate
- Used to translate
serde_json::ValueintoDataPack<T>. This macro avoids writing a lot of duplicate code. - translate_
enum - Used to translate string values in
serde_json::Valueinto enum variants viaDataPack<String>, avoiding a lot of duplicate match-and-build code. - translate_
enum_ with_ config - translate_
with_ config