pub fn typst_version() -> &'static str
Returns the Typst version the library was compiled with.
println!("Typst version: {}", typwriter::typst_version());