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
- Host: GitHub
- URL: https://github.com/dunnock/cortex-gateway
- Owner: dunnock
- Created: 2019-12-30T18:07:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T20:09:40.000Z (over 6 years ago)
- Last Synced: 2025-10-12T18:04:24.993Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## build / run
```
cargo run -- -p 4000
```
```
cargo run --release
```
## before commit
```
cargo fmt
```
## TODO
[ ] use `cargo clippy`