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 35114c8 commit 5235bf4Copy full SHA for 5235bf4
README.md
@@ -10,6 +10,7 @@ Features:
10
* `ByteSize` type which presents size units convertible to different size units.
11
* Artimetic operations for `ByteSize`
12
* FromStr impl for `ByteSize`, allowing to parse from string size representations like 1.5KiB and 521TiB.
13
+* Serde support for binary and human-readable deserializers like JSON
14
15
[API Documentation](https://docs.rs/bytesize/)
16
@@ -19,7 +20,7 @@ Add this to your Cargo.toml:
19
20
21
```toml
22
[dependencies]
-bytesize = {version = "1.1.0", features = ["serde"]}
23
+bytesize = {version = "1.2.0", features = ["serde"]}
24
```
25
26
and this to your crate root:
0 commit comments