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

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

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
```