panduck_pp/
lib.rs

1#![doc = include_str!("../Readme.md")]
2
3pub use builders::*;
4pub use tex::*;
5
6mod builders;
7mod tex;
8
9/// Pretty print
10pub type PrettyPrint<'a> = pretty::RcDoc<'a, ()>;