add badges

This commit is contained in:
Sylvestre Ledru
2023-04-23 20:39:08 +02:00
parent 72c82353ed
commit 89cd5a2d54
+3
View File
@@ -1,5 +1,8 @@
# humantime_to_duration
[![Crates.io](https://img.shields.io/crates/v/humantime_to_duration.svg)](https://crates.io/crates/humantime_to_duration)
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/coreutils/blob/main/LICENSE)
A Rust crate for parsing human-readable relative time strings and converting them to a `Duration`.
## Features