Updated README.md.

This commit is contained in:
Aaron Weiss 2014-11-07 12:43:01 -05:00
parent 09f426cad5
commit dc3b3134f3

View file

@ -1,8 +1,5 @@
# irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) # # irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) #
An IRC library in Rust. Just went through serious change. Unit tests, more features, and more A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with [RFC 2812](http://tools.ietf.org/html/rfc2812). You can find up-to-date, pre-made documentation online [here](http://www.rust-ci.org/aaronweiss74/irc/doc/irc/).
examples coming soon. The existing examples should serve as a good basis. You can find up-to-date,
pre-made documentation online [here](http://www.rust-ci.org/aaronweiss74/irc/doc/irc/).
## Contributing ## ## Contributing ##
Contributions to this library would be immensely appreciated. As this project is public domain, all Contributions to this library would be immensely appreciated. As this project is public domain, all prospective contributors must [sign the Contributor License Agreement](https://www.clahub.com/agreements/aaronweiss74/irc), a public domain dedication.
prospective contributors must [sign the Contributor License Agreement](https://www.clahub.com/agreements/aaronweiss74/irc), a public domain dedication.