Improved top-level module documentation.

This commit is contained in:
Aaron Weiss 2017-06-22 16:03:37 -04:00
parent bfb14c0446
commit 1030f51b46
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
//! A simple, thread-safe IRC client library.
//! A simple, thread-safe, and async-friendly IRC client library.
pub mod conn;
pub mod data;

View file

@ -1,4 +1,4 @@
//! A simple, thread-safe IRC library.
//! A simple, thread-safe, and async-friendly IRC library.
#![warn(missing_docs)]

View file

@ -1,3 +1,3 @@
//! A simple, thread-safe IRC server library.
//! The future site of an IRC server library.
//! The server module is currently unimplimented. Visit
//! https://github.com/aatxe/irc/issues/22 to contribute!