#rest #testing #api-testing #applications #developing

bin+lib rester

A Rust application for testing and developing rest APIs

9 breaking releases

0.11.0 Oct 21, 2023
0.9.0 Jan 10, 2023
0.8.0 May 12, 2022
0.4.0 Mar 9, 2022

#2523 in HTTP server

MIT/Apache

60KB
1.5K SLoC

Rester

A Rust application for testing and developing rest APIs.

Getting Started

If you have cargo installed you can install it from crates.io.

cargo install rester

Building from source

You will need a rust toolchain. I recommend installing using [rustup] https://www.rust-lang.org/tools/install.

# To build
cargo build

# To run
cargo run

# To install
cargo install

License

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.

Dependencies

~14–33MB
~418K SLoC