Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jun 4, 2024
1 parent 743e8e1 commit 5c612a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

## Features:

* 🚀Strong compatibility, accommodating leading or trailing whitespaces in strings.
* 👍️Offers [Playground](https://baoyachi.github.io/duration-str/) support for online debugging.
* ⭐Integrated with the [serde](https://docs.rs/serde) library.
* 🎉Supports parsing of various `Duration` types:
* 🚀 Strong compatibility, accommodating leading or trailing whitespaces in strings.
* 👍️ Offers [Playground](https://baoyachi.github.io/duration-str/) support for online debugging.
* Integrated with the [serde](https://docs.rs/serde) library.
* 🎉 Supports parsing of various `Duration` types:
* https://doc.rust-lang.org/stable/std/time/struct.Duration.html
* https://docs.rs/chrono/latest/chrono/struct.Duration.html
* https://docs.rs/time/latest/time/struct.Duration.html
* 🔥Enables formatting of `Duration` into human-readable formats.
* 🍻Provides precise error localization for easy troubleshooting.
* ⚡ Compatible with WebAssembly (wasm).
* 🎨Adapts to the [humantime](https://docs.rs/humantime/latest/humantime) crate, despite its apparent lack of recent
* 🔥 Enables formatting of `Duration` into human-readable formats.
* 🍻 Provides precise error localization for easy troubleshooting.
* Compatible with WebAssembly (wasm).
* 🎨 Adapts to the [humantime](https://docs.rs/humantime/latest/humantime) crate, despite its apparent lack of recent
updates...

## Notice ⚠️
Expand Down

0 comments on commit 5c612a0

Please sign in to comment.