Modules§
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.