typst_version

Function typst_version 

Source
pub fn typst_version() -> &'static str
Expand description

Returns the Typst version the library was compiled with.

ยงExample

println!("Typst version: {}", typwriter::typst_version());