summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-08 18:34:35 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-08 18:34:35 +0100
commit1ac269a4ad0b7381aed37725705be62af396a793 (patch)
tree3232c6a1a28e7a821ac2ec987a4774340f24cc5f /README.md
parent8f616b2e50515282d111d2762c2d75b3a656a296 (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 30aea69..c801611 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,8 @@ simple addressbook script](https://github.com/untitaker/mates.rs) and based on
[rust-peg](https://github.com/kevinmehall/rust-peg).
The author hasn't read the relevant RFCs, so this library handles all versions
-of VCard and iCalendar equally badly.
-
-It currently can't handle:
-
-- Value escaping
-- Multiline strings
+of VCard and iCalendar equally badly. The most important missing feature is
+that this library doesn't know how to do value escaping.
See the testsuite for some basic usage. This is an experiment by me to learn
Rust, and the API is too imperfect to be documented. Suggestions are welcome.