Improved top-level module documentation.
This commit is contained in:
parent
bfb14c0446
commit
1030f51b46
3 changed files with 3 additions and 3 deletions
|
@ -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 conn;
|
||||||
pub mod data;
|
pub mod data;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//! A simple, thread-safe IRC library.
|
//! A simple, thread-safe, and async-friendly IRC library.
|
||||||
|
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
|
|
|
@ -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
|
//! The server module is currently unimplimented. Visit
|
||||||
//! https://github.com/aatxe/irc/issues/22 to contribute!
|
//! https://github.com/aatxe/irc/issues/22 to contribute!
|
||||||
|
|
Loading…
Add table
Reference in a new issue