Updated README.md.
This commit is contained in:
parent
5a59945ffc
commit
74ac11ad89
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@
|
|||
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, ready-to-use documentation
|
||||
online [here](http://www.rust-ci.org/aatxe/irc/doc/irc/). The documentation is generated
|
||||
using both the SSL feature and the encode feature. Specifically, the signatures of
|
||||
irc::conn::Connection::send(...) and irc::conn::Connection::recv(...) will be different by default.
|
||||
with all features enabled. Specifically, the signatures of irc::conn::Connection::send(...) and
|
||||
irc::conn::Connection::recv(...) will be different by default, and no CTCP functions will be
|
||||
present.
|
||||
|
||||
## Getting Started ##
|
||||
|
||||
|
|
Loading…
Reference in a new issue