Rename `typst_rust_gen` to `typser`
Dependencies
- [2]
MPTQGIIJImprove `typst_rust_gen` function names - [3]
GYTRFADRSupport Typst subdirectories - [4]
REI53XR4Render argument state as HTML - [5]
EENFIDOQFix basic example - [6]
2N3KOCP7Create MVP Pandoc->Rust compiler - [7]
C73UJ7ZYCreate simple `xilem_html` demo - [8]
BA5Y6VSEOutput Rust code using `syn` - [9]
ZYNEMGAZUse generated Typst code from Rust - [10]
BSJYWOYSImplement MVP Typst embedding
Change contents
- file move: typst_rust_gen → typser
- replacement in crates/typser/examples/basic.rs at line 1
use typst_rust_gen::files_to_rust;use typser::files_to_rust; - replacement in crates/typser/Cargo.toml at line 2
name = "typst_rust_gen"name = "typser" - replacement in build.rs at line 3
use typst_rust_gen::files_to_rust;use typser::files_to_rust; - replacement in build.rs at line 11
println!("cargo:rerun-if-changed=crates/typst_rust_gen");println!("cargo:rerun-if-changed=crates/typser"); - replacement in Cargo.toml at line 20
typst_rust_gen = { path = "crates/typst_rust_gen" }typser = { path = "crates/typser" } - replacement in Cargo.lock at line 230
"typst_rust_gen","typser", - replacement in Cargo.lock at line 432
name = "typst_rust_gen"name = "typser"