typst/crates/typst-library/src
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
..
foundations Use `std::ops::ControlFlow` in `Content::traverse` (#6053) 2025-03-24 18:07:19 +00:00
html Export target docs (#5812) 2025-02-05 13:24:10 +00:00
introspection 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
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
loading Fix docs example with type/string comparison (#5987) 2025-03-03 09:32:06 +00:00
math Export target docs (#5812) 2025-02-05 13:24:10 +00:00
model 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
pdf Add warning for `pdf.embed` elem used with HTML (#5829) 2025-02-10 10:39:32 +00:00
text Fix missing words and paren in docs (#6046) 2025-03-12 12:45:57 +00:00
visualize Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) (#6038) 2025-03-11 10:00:53 +00:00
diag.rs Scope deprecations (#5798) 2025-02-04 09:38:31 +00:00
engine.rs Improve hints for show rule recursion depth (#5856) 2025-02-25 14:09:52 +00:00
lib.rs Export target docs (#5812) 2025-02-05 13:24:10 +00:00
routines.rs Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
symbols.rs Export target docs (#5812) 2025-02-05 13:24:10 +00:00