summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-22 17:43:24 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-22 17:43:24 +0100
commit2be3e111a47ee075c9316b5cede3f9d3335b18da (patch)
tree267a7b041ae6cc76ed8f4f695a335d8cd988d0a8
parent888a7f6ea6a70d511f93df6ca81c881d0343a224 (diff)
Add more intro info
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1c3897a..977ef0b 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,11 @@ This is a parser and generator for the
- It doesn't follow all relevant RFCs, and some fundamental things such as
property encodings are missing.
-- The API is still quite unstable and the implementation inefficient. This is
- an experiment by me to learn Rust.
+- Consequently, the API is still unstable, and it's hard to predict how it
+ would have to change if new RFCs are implemented.
+- It uses [a PEG parser generator](https://github.com/kevinmehall/rust-peg).
+ Performance is sufficient for most usecases, although it is really slow if
+ compiler optimizations are disabled.
Nevertheless, I use it for [a simple addressbook
script](https://github.com/untitaker/mates.rs), and you're encouraged to test