docs.rs failed to build rest_easy-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rest_easy lint

Build Status

Tells you when rustc has finished doing everything that could cause compilation failure, so you can go back to looking at cat pictures while it does codegen.

Use it

Add to your Cargo.toml:

[dependencies.rest_easy]
git = "https://github.com/cmr/rest_easy"

Add to your main.rs or lib.rs:

#![feature(plugin)]

#[phase(plugin)] extern crate rest_easy