Skip to content

Commit

Permalink
Merge pull request #101 from feefladder/display
Browse files Browse the repository at this point in the history
Feature --with-unicode initial implementation.
  • Loading branch information
dnsl48 committed Feb 11, 2024
2 parents b5a77c0 + feefadd commit bdced7b
Show file tree
Hide file tree
Showing 4 changed files with 602 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -53,6 +53,8 @@ with-juniper-support = ["juniper"]
with-postgres-support = ["postgres-types", "byteorder", "bytes"]
with-serde-support = ["serde", "serde_derive", "num/serde"]

with-unicode = []

[dev-dependencies]
criterion = "0.4"
rand = "0.8.5"
Expand Down
3 changes: 3 additions & 0 deletions src/fraction/mod.rs
Expand Up @@ -6,6 +6,9 @@ pub mod approx;

pub mod display;

#[cfg(feature = "with-unicode")]
pub mod unicode_str_io;

#[cfg(feature = "with-juniper-support")]
pub mod juniper_support;

Expand Down

0 comments on commit bdced7b

Please sign in to comment.