talmudifier 0.2.0

Convert markdown text into Talmud-like PDFs
Documentation
1
2
3
4
5
6
7
/// A Talmud page.
pub struct Daf {
    /// The TeX string.
    pub tex: String,
    /// The PDF.
    pub pdf: Vec<u8>,
}