1 个不稳定版本
使用旧的 Rust 2015
0.0.1 | 2014年11月11日 |
---|
#48 在 #everything
2KB
rest_easy
代码检查
当 rustc
完成了所有可能导致编译失败的操作后,它会告诉你,这样你可以在它进行代码生成时回过头来看猫的照片。
使用方法
添加到你的 Cargo.toml
[dependencies.rest_easy]
git = "https://github.com/cmr/rest_easy"
添加到你的 main.rs
或 lib.rs
#![feature(plugin)]
#[phase(plugin)] extern crate rest_easy