diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 14:51:01 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 14:51:01 +0200 |
commit | 3a83a75dd47d2b4c6e81509b98e0699070f7e631 (patch) | |
tree | 80f4006624ad212610ee6448554e321609f8a92c | |
parent | 2e6c73187c3cf50e41dd483ab454198511f12a44 (diff) | |
download | rust_rrule-3a83a75dd47d2b4c6e81509b98e0699070f7e631.zip |
badges
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # RRule implemented in Rust for speed ![Build](https://github.com/fmeringdal/rust_rrule/workflows/Build/badge.svg) +[![codecov](https://codecov.io/gh/fmerngdal/rust_rrule/branch/main/graph/badge.svg)](https://codecov.io/gh/fmeringdal/rust_rrule) +[![crates.io](https://img.shields.io/crates/v/rrule.svg)](https://crates.io/crates/rrule) Fast implementation of rrule |