rest_easy
lintTells 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.
Add to your Cargo.toml
:
toml
[dependencies.rest_easy]
git = "https://github.com/cmr/rest_easy"
Add to your main.rs
or lib.rs
:
```
```