add more badges

This commit is contained in:
Sylvestre Ledru
2023-04-23 22:08:43 +02:00
parent b3dbb3cb50
commit 8a7f4ec8cc
+2 -1
View File
@@ -1,7 +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)
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/humantime_to_duration/blob/main/LICENSE)
[![CodeCov](https://codecov.io/gh/uutils/humantime_to_duration/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/humantime_to_duration)
A Rust crate for parsing human-readable relative time strings and converting them to a `Duration`.