Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 536 Bytes

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)]

#[plugin] #[no_link] extern crate rest_easy