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 63f2c69 commit 743e8e1
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:

1. Strong compatibility, accommodating leading or trailing whitespaces in strings.
2. Offers [Playground](https://baoyachi.github.io/duration-str/) support for online debugging.
3. Integrated with the [serde](https://docs.rs/serde) library.
4. 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
5. Enables formatting of `Duration` into human-readable formats.
6. Provides precise error localization for easy troubleshooting.
7. Compatible with WebAssembly (wasm).
8. 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 743e8e1

Please sign in to comment.