# rustdoc-typst-demo
This crate demonstrates an approach to including Typst syntax in Rust docs. See
[this crate on docs.rs](https://docs.rs/rustdoc-typst-demo) for a demo of rendered Typst and an explanation of how to
add Typst to your own crate.
License: MIT/Apache-2.0
## Todo List
A online generator for `typst-header.html`:
- [ ] Using specific typst version.
- [ ] Using fonts from "Google Fonts" or other font providers.
## Acknowledgements
This crate is inspired by the work of [rustdoc-katex](https://github.com/paulkernfeld/rustdoc-katex-demo)