resters

Crates.ioresters
lib.rsresters
version0.1.1
sourcesrc
created_at2022-10-29 10:39:53.876474
updated_at2022-10-30 18:19:08.757155
descriptionA lightweight cross-platform Rest API tester gui built using fltk-rs
homepage
repositoryhttps://github.com/MoAlyousef/resters
max_upload_size
id700950
size22,305
Mohammed Alyousef (MoAlyousef)

documentation

https://docs.rs/resters

README

Resters

A lightweight cross-platform Rest API tester using fltk-rs.

Building from source

git clone https://github.com/MoAlyousef/resters
cd resters
cargo build --release

If you're targetting one of the platforms that fltk-rs provides prebuilt binaries for, you can instead use:

cargo build --release --features=fltk/fltk-bundled

Installing via Cargo

cargo install resters

Alternatively you can grab a prebuilt binary from the releases page.

MIT licensed.

image

Commit count: 7

cargo fmt