rester

Crates.iorester
lib.rsrester
version0.11.0
sourcesrc
created_at2022-02-16 03:46:43.980731
updated_at2023-10-21 22:43:39.663676
descriptionA Rust application for testing and developing rest APIs.
homepage
repositoryhttps://github.com/kinyoklion/rester
max_upload_size
id533071
size102,887
Ryan Lamb (kinyoklion)

documentation

README

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.

Commit count: 75

cargo fmt