typst/crates
Eduardo Sánchez Muñoz 38213ed534
Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026)
2025-03-24 18:16:33 +00:00
..
typst Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
typst-cli Deduplicate watcher update call (#5955) 2025-02-25 12:47:41 +00:00
typst-eval Improve clarity of `ast.rs` for newcomers to the codebase (#5784) 2025-02-26 20:10:36 +00:00
typst-html Fix introspection of HTML root sibling metadata (#5953) 2025-02-25 11:31:15 +00:00
typst-ide Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) (#6038) 2025-03-11 10:00:53 +00:00
typst-kit Make two typst-kit functions private (#6045) 2025-03-12 12:46:03 +00:00
typst-layout Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
typst-library Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
typst-macros Export target docs (#5812) 2025-02-05 13:24:10 +00:00
typst-pdf Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
typst-realize Hotfix for labels on symbols (#6015) 2025-03-07 08:22:42 +00:00
typst-render Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) (#6038) 2025-03-11 10:00:53 +00:00
typst-svg Include images from raw pixmaps and more (#5632) 2025-01-31 09:56:25 +00:00
typst-syntax Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
typst-timing Make `typst-timing` WASM-compatible (#5689) 2025-01-13 19:19:37 +00:00
typst-utils Override the default math class of some characters (#5949) 2025-02-24 16:15:17 +00:00