rustdoc-typst-demo 0.7.0-rc1

This project demonstrates an approach to including Typst in Rust docs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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)