A Rust application for testing and developing rest APIs.
If you have cargo installed you can install it from crates.io.
shell
cargo install rester
You will need a rust toolchain. I recommend installing using [rustup] https://www.rust-lang.org/tools/install.
```shell
cargo build
cargo run
cargo install ```
Rester is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.