Skip to content

Commit

Permalink
Update README.md to include the new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsik authored Feb 24, 2023
1 parent 35114c8 commit 5235bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Features:
* `ByteSize` type which presents size units convertible to different size units.
* Artimetic operations for `ByteSize`
* FromStr impl for `ByteSize`, allowing to parse from string size representations like 1.5KiB and 521TiB.
* Serde support for binary and human-readable deserializers like JSON

[API Documentation](https://docs.rs/bytesize/)

Expand All @@ -19,7 +20,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
bytesize = {version = "1.1.0", features = ["serde"]}
bytesize = {version = "1.2.0", features = ["serde"]}
```

and this to your crate root:
Expand Down

0 comments on commit 5235bf4

Please sign in to comment.