Added documentation everywhere.

This commit is contained in:
Aaron Weiss 2014-11-03 00:52:15 -05:00
parent 63f4ca5097
commit 5bbde7e96c
7 changed files with 141 additions and 53 deletions

View file

@ -1,6 +1,7 @@
//! A simple, thread-safe IRC client library.
#![crate_name = "irc"]
#![crate_type = "lib"]
#![unstable]
#![feature(if_let)]
#![feature(slicing_syntax)]