We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f938b5 commit bf6d7bcCopy full SHA for bf6d7bc
README.md
@@ -3,8 +3,6 @@
3
[](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml)
4
[](https://crates.io/crates/bytesize)
5
6
-Forked from https://github.com/hyunsik/bytesize .
7
-
8
ByteSize is an utility for human-readable byte count representation.
9
10
Features:
@@ -22,7 +20,7 @@ Add this to your Cargo.toml:
22
20
23
21
```toml
24
[dependencies]
25
-bytesize = { version = "2", features = ["serde"]}
+bytesize = { version = "1.3.0", features = ["serde"]}
26
```
27
28
## Example
0 commit comments