typst/crates/typst-library/src/introspection
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
..
counter.rs 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
here.rs Remove redundant doc comments on standard arguments (#5725) 2025-01-21 11:10:06 +00:00
introspector.rs Fix introspection of HTML root sibling metadata (#5953) 2025-02-25 11:31:15 +00:00
locate.rs Remove redundant doc comments on standard arguments (#5725) 2025-01-21 11:10:06 +00:00
location.rs Split out four new crates (#5302) 2024-10-27 18:04:55 +00:00
locator.rs Rename `pattern` to `tiling` (#5590) 2024-12-17 09:25:27 +00:00
metadata.rs Split out four new crates (#5302) 2024-10-27 18:04:55 +00:00
mod.rs Export target docs (#5812) 2025-02-05 13:24:10 +00:00
query.rs Remove redundant doc comments on standard arguments (#5725) 2025-01-21 11:10:06 +00:00
state.rs Remove redundant doc comments on standard arguments (#5725) 2025-01-21 11:10:06 +00:00
tag.rs Split out four new crates (#5302) 2024-10-27 18:04:55 +00:00