From 7ec921847e50c7aca06a21c7947cfb7240703946 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 20 Dec 2019 12:59:28 +0100 Subject: Rewrite README file with more information about this project Signed-off-by: Matthias Beyer --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7203a3..6e13752 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3