Skip to content

Commit

Permalink
feat: display type (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede authored Feb 19, 2025
1 parent 0dcc0ac commit ce103e6
Show file tree
Hide file tree
Showing 8 changed files with 601 additions and 111 deletions.
280 changes: 276 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["development-tools", "filesystem"]
repository = "https://github.com/bytesize-rs/bytesize"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[features]
default = []
Expand All @@ -24,11 +24,16 @@ arbitrary = { version = "1", optional = true }
serde = { version = "1", optional = true }

[dev-dependencies]
divan = "0.1"
quickcheck = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"

[[bench]]
name = "display"
harness = false

[lints.rust]
rust-2018-idioms = { level = "deny" }
future-incompatible = { level = "deny" }
Expand Down
Loading

0 comments on commit ce103e6

Please sign in to comment.