Skip to content

Commit e8d75d1

Browse files
committed
Port numbering systems from Typst
1 parent d2cb7b8 commit e8d75d1

2 files changed

Lines changed: 1355 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pub use self::shared::ModifierSet;
1111

1212
mod shared;
1313

14+
#[cfg(feature = "numeral-systems")]
15+
pub mod numeral_systems;
16+
1417
#[cfg(feature = "styling")]
1518
pub mod styling;
1619

0 commit comments

Comments
 (0)