diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-01 22:37:40 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-01 22:37:40 +0100 |
commit | 220c27fc152d8ad533e5450af2157b1061a47332 (patch) | |
tree | b7fdccad56eb9d1b4c50427dda7e3db6ef4be92c /README.md | |
parent | 000c7c9900cbe93f5a72bbbef3ad4eaa3906b132 (diff) | |
download | rust_rrule-220c27fc152d8ad533e5450af2157b1061a47332.zip |
Readme + crate version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,7 @@ <a href="https://crates.io/crates/rrule"><img src="https://img.shields.io/crates/v/rrule.svg" /></a> </p> -# :zap: Quick start +## :zap: Quick start ```rust extern crate rrule; @@ -20,7 +20,7 @@ let recurrences = rrule.all(); assert_eq!(recurrences.len(), 3); ``` -# Documentation and more examples +## Documentation and more examples [Documentation and more examples](https://docs.rs/rrule) @@ -30,11 +30,11 @@ This project is licensed under the [MIT license]. [mit license]: https://github.com/fmeringdal/rust_rrule/blob/main/LICENSE -# Inspired by +## Inspired by - [python-dateutil library](http://labix.org/python-dateutil/) - [rrule.js](https://github.com/jakubroztocil/rrule) -# Todos +## Todos - cache |