improvements

This commit is contained in:
2026-03-29 13:40:16 +03:00
parent 644595b6d3
commit 299879a939
27 changed files with 8422 additions and 465 deletions

5
core/src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod models;
pub mod template_to_typst;
#[cfg(feature = "wasm")]
mod wasm_api;