We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b35041 commit 861c750Copy full SHA for 861c750
src/lib.rs
@@ -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
+
7
#[macro_use] extern crate log;
8
extern crate postgres as pg;
9
extern crate rustc_serialize;
0 commit comments