Skip to main content

Crate mdbook_plotly

Crate mdbook_plotly 

Source

Modules§

code_handler
docs_parser
Lenient parser for the machine-readable plot-block schema in docs/USAGE.md. See docs/USAGE-SCHEMA.md for the contract.
macros
preprocessor

Macros§

fatal
Used to send critical errors. Will exit directly with exit code 1.
translate
Used to translate serde_json::Value into DataPack<T>. This macro avoids writing a lot of duplicate code.
translate_enum
Used to translate string values in serde_json::Value into enum variants via DataPack<String>, avoiding a lot of duplicate match-and-build code.
translate_enum_with_config
translate_with_config