| Crates.io | rester |
| lib.rs | rester |
| version | 0.11.0 |
| created_at | 2022-02-16 03:46:43.980731+00 |
| updated_at | 2023-10-21 22:43:39.663676+00 |
| description | A Rust application for testing and developing rest APIs. |
| homepage | |
| repository | https://github.com/kinyoklion/rester |
| max_upload_size | |
| id | 533071 |
| size | 102,887 |
A Rust application for testing and developing rest APIs.
If you have cargo installed you can install it from crates.io.
cargo install rester
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
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.