This website requires JavaScript.
Explore
Help
Sign In
caisin
/
typst
Watch
1
Star
0
Fork
0
You've already forked typst
mirror of
https://github.com/typst/typst
synced
2025-05-14 04:56:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
typst
/
crates
/
typst-pdf
History
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
..
src
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
Cargo.toml
Replace
once_cell
's
Lazy
as much as possible (
#4617
)
2024-10-31 11:52:11 +00:00