A new markup-based typesetting system that is powerful and easy to learn.
Go to file
Laurenz c0377de653 Shorter/clearer field name for geometry types
Size { width, height } => Size { w, h }
Spec { horizontal, vertical } => Spec { x, y }
Gen { cross, main } => Gen { inline, block }
2021-08-21 19:08:47 +02:00
.github Bump dependencies 2021-06-30 00:52:50 +02:00
benches Pattern properties (#42) 2021-08-19 15:07:11 +02:00
fonts BiDi tests 2021-03-30 14:31:50 +02:00
src Shorter/clearer field name for geometry types 2021-08-21 19:08:47 +02:00
tests Shorter/clearer field name for geometry types 2021-08-21 19:08:47 +02:00
tools Replace using with from 2021-07-08 21:16:16 +02:00
.gitignore Make frames serializable 📚 2021-04-21 21:17:25 +02:00
Cargo.toml Pattern properties (#42) 2021-08-19 15:07:11 +02:00
NOTICE Move third party notices to NOTICE 2021-05-22 01:34:26 +02:00
rustfmt.toml Make frames serializable 📚 2021-04-21 21:17:25 +02:00