talmudifier 0.2.0

Convert markdown text into Talmud-like PDFs
Documentation
1
2
3
4
5
6
pub use daf::Daf;
pub use source_text::SourceText;

mod daf;
mod raw_text;
mod source_text;