https://github.com/mjc-gh/r3xx-svc-redirector
r3xx lightweight HTTP redirect service built with Rust and Hyper
https://github.com/mjc-gh/r3xx-svc-redirector
Last synced: 7 months ago
JSON representation
r3xx lightweight HTTP redirect service built with Rust and Hyper
- Host: GitHub
- URL: https://github.com/mjc-gh/r3xx-svc-redirector
- Owner: mjc-gh
- Created: 2018-05-28T20:14:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T20:18:42.000Z (over 7 years ago)
- Last Synced: 2025-03-15T08:33:34.656Z (7 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r3xx HTTP Redirect Service
A lightweight HTTP redirect service built with Rust and Hyper.
## Building
To create a debug build, run the following:
```
cargo build
```To create release:
```
cargo build --release
```