irc 0.3.0

A simple, thread-safe IRC client library.
docs.rs failed to build irc-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: irc-1.0.0

irc Build Status

A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with RFC 2812. You can find up-to-date, pre-made documentation online here. It's probably worth noting that because of this upstream issue, reading and writing both block together. If this issue is resolved, this will be changed to have reading and writing be completely separate mutexes.

Contributing

Contributions to this library would be immensely appreciated. As this project is public domain, all prospective contributors must sign the Contributor License Agreement, a public domain dedication.