An open API service indexing awesome lists of open source software.

https://github.com/hrbrmstr/warpsvc

Small warp (Rust) web service handler.
https://github.com/hrbrmstr/warpsvc

rust warp-rs

Last synced: 3 months ago
JSON representation

Small warp (Rust) web service handler.

Awesome Lists containing this project

README

        

# warpsvc

Small [warp](https://crates.io/crates/warp) web service handler.

## Installation

Cargo:

```bash
cargo install --git https://github.com/hrbrmstr/warpsvc --branch batman
```

## Building (release)

Assuming you use [Just](https://github.com/casey/just):

```bash
git clone [email protected]:hrbrmstr/warpsvc && \
cd warpsvc && \
just release
```

## Dependencies

- [SBOM](bom.xml)

![deps](assets/graph.svg)