#applications #testing #api-testing #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

#10 in #developing

46 downloads per month

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

~13–28MB
~425K SLoC