Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Plugins
mdbook-mermaid
mdbook-mermaid is a preprocessor for mdbook to add mermaid.js support.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
mdbook-mermaid is a preprocessor for mdbook to add mermaid.js support.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://frehberg.com/2022/12/docs-as-code-mermaid-inline-diagrams/ Docs as Code: Mermaid inline diagrams
https://crates.io/crates/aquamarine Aquamarine is a procedural macro extension for rustdoc, that aims to …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Rust Design-for-Testability: a survey
Rust testing or verifying: Why not both?
KLEE Symbolic Execution Engine
Library-ification and analyzing Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
pest is a general purpose parser written in Rust with a focus on accessibility, correctness, and performance. It uses parsing expression grammars (or PEG) as input, which are similar in …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The Rust macro include_str includes a UTF-8 encoded file as a string; the Rust macro include_bytes includes a file as a reference to a byte array. Both of those 2 macros load files into the Rust binary at compile time and consume memory at run time. It might not be a good idea to use them for large files!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!