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.
- Host: GitHub
- URL: https://github.com/hrbrmstr/warpsvc
- Owner: hrbrmstr
- License: mit
- Created: 2022-10-11T07:02:52.000Z (over 2 years ago)
- Default Branch: batman
- Last Pushed: 2022-10-19T12:14:54.000Z (over 2 years ago)
- Last Synced: 2025-01-16T02:47:51.134Z (5 months ago)
- Topics: rust, warp-rs
- Language: CSS
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)
