1
2
3
4
5
6
7
8
9
//! This crate is just a minimal example to show how to use
//! $\LaTeX$ expressions inside rust documentation.
//!
//! See the readme in the [repo](https://github.com/victe/rust-latex-doc-minimal-example) for more information.
//!
//! Example inline with text $E = mc^2$.
//! Example in separate line:
//!   $$m = \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}$$
//! Not all valid $\LaTeX$ is allowed. See [Katex](https://katex.org).