Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 472 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 472 Bytes

dakia

Tui REST API testing utility.

Note: Work in progress, keep checking this repo for the very first release!

Screenshot

Build and Run

This project is not in a state to be released with binaries. Till then please clone the source and build/run on your local using these commands:

Run

cargo run

Build

cargo build

or, for an optimized build:

cargo build --release