summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 21:51:21 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 21:51:21 +0100
commita003b9b174d6df1421796a64943666129868ad16 (patch)
tree045c79c2a56fe4da8c03903e5c662d22990a5aaa /README.md
parent6a9c33a36255cf0f34f35446c22ea98434a566f0 (diff)
downloadrust_rrule-a003b9b174d6df1421796a64943666129868ad16.zip
more docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 26aadfe..cbea062 100644
--- a/README.md
+++ b/README.md
@@ -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