summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-14 13:22:34 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-14 13:22:34 +0100
commit92ab38751d38dd0b1214d51d99ee98e46322e370 (patch)
tree338beee594f00a05a4096870f17c51ed5820b837 /README.md
parentc060aea136ef23fa0707edf8afdd88c6cfe07c31 (diff)
No, really
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24aaa69..988f0eb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# VObject parser for Rust
+**This is an experiment by me to learn Rust, performance and API are bad.**
+
[![Build Status](https://travis-ci.org/untitaker/rust-vobject.svg?branch=master)](https://travis-ci.org/untitaker/rust-vobject)
This is a primitive VObject and iCalendar parser for Rust, originally written
@@ -18,6 +20,5 @@ yourself:
make test
-This is an experiment by me to learn Rust, and the API is pretty bad.
It is licensed under MIT, see `LICENSE`.