diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 21:51:21 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 21:51:21 +0100 |
commit | a003b9b174d6df1421796a64943666129868ad16 (patch) | |
tree | 045c79c2a56fe4da8c03903e5c662d22990a5aaa /README.md | |
parent | 6a9c33a36255cf0f34f35446c22ea98434a566f0 (diff) | |
download | rust_rrule-a003b9b174d6df1421796a64943666129868ad16.zip |
more docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -19,14 +19,16 @@ let mut rrule_set = build_rule("RRULE:UNTIL=19990404T110000Z;DTSTART;TZID=Americ let occurences = rrule_set.all(); ``` +# Documentation and more examples + +[Documentation and more examples](https://docs.rs/rrule) + # Inspired by - [python-dateutil library](http://labix.org/python-dateutil/) - [rrule.js](https://github.com/jakubroztocil/rrule) -# todos +# Todos - tests for minutes and seconds FREQ -- timezone -- subseconds - cache |