Skip to content

Commit 861c750

Browse files
committed
lib.rs: Add main crate documentation
1 parent 3b35041 commit 861c750

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//! This crate implements the backend server for https://crates.io/
2+
//!
3+
//! All implemented routes are defined in the [middleware](fn.middleware.html) function and
4+
//! implemented in the the [keyword](keyword/index.html), [krate](krate/index.html),
5+
//! [user](user/index.html) and [version](version/index.html) modules.
6+
17
#[macro_use] extern crate log;
28
extern crate postgres as pg;
39
extern crate rustc_serialize;

0 commit comments

Comments
 (0)