There was an error while loading. Please reload this page.
1 parent d2cb7b8 commit e8d75d1Copy full SHA for e8d75d1
2 files changed
src/lib.rs
@@ -11,6 +11,9 @@ pub use self::shared::ModifierSet;
11
12
mod shared;
13
14
+#[cfg(feature = "numeral-systems")]
15
+pub mod numeral_systems;
16
+
17
#[cfg(feature = "styling")]
18
pub mod styling;
19
0 commit comments