diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2019-12-20 12:59:28 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2019-12-20 12:59:28 +0100 |
commit | 7ec921847e50c7aca06a21c7947cfb7240703946 (patch) | |
tree | 857f4cc46561c3267c3ec9733d884c5dc3387121 | |
parent | 4e065267398aaedcf827a3a26f11b0cba8d9bb19 (diff) |
Rewrite README file with more information about this project
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,11 +1,18 @@ # libical -High-level interface for libical-sys. +This library aims to be a high-level idomatic Rust crate for ical data handling +and manipulation. It uses the famous +[libical](https://libical.github.io/libical/) via the +[libical-sys](https://github.com/Valodim/libical-sys) crate. -## Status +## Status / Progress -**WIP. DO NOT USE.** +* v0.2.0 is a (pending) refactoring effort to make this library more idomatic + for rust development. +* [v0.1.0](https://crates.io/crates/libical) was published after the codebase + was extracted from the [khaleesii](https://github.com/Valodim/khaleesi) + project. ## License |