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

https://github.com/dunnock/cortex-gateway

NATs http router based on hyper and evmap
https://github.com/dunnock/cortex-gateway

Last synced: 10 months ago
JSON representation

NATs http router based on hyper and evmap

Awesome Lists containing this project

README

          

## build / run

```
cargo run -- -p 4000
```

```
cargo run --release
```

## before commit

```
cargo fmt
```

## TODO

[ ] use `cargo clippy`