Skip to content

Commit

Permalink
Add a few details to README. License. Docs. Travis image thingy.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Mar 24, 2014
1 parent d4c19cf commit 1ab9628
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
A CSV crate for Rust that can decode or encode a stream. It supports the
`serialize::Encoder` and `serialize::Decoder` traits.

[![Build status](https://api.travis-ci.org/BurntSushi/rust-csv.png)](https://travis-ci.org/BurntSushi/rust-csv)

Licensed under the [UNLICENSE](http:https://unlicense.org).


### Documentation

The API is fully documented:
[http:https://burntsushi.net/rustdoc/csv/](http:https://burntsushi.net/rustdoc/csv/).

0 comments on commit 1ab9628

Please sign in to comment.