https://github.com/nugine/nuclear-router
A URL router library with focus on speed
https://github.com/nugine/nuclear-router
http router rust
Last synced: 18 days ago
JSON representation
A URL router library with focus on speed
- Host: GitHub
- URL: https://github.com/nugine/nuclear-router
- Owner: Nugine
- License: mit
- Created: 2020-01-29T14:59:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T11:19:20.000Z (about 5 years ago)
- Last Synced: 2024-10-12T00:39:05.755Z (7 months ago)
- Topics: http, router, rust
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nuclear-router
[](https://crates.io/crates/nuclear-router)
[](https://docs.rs/nuclear-router)
[](https://github.com/Nugine/nuclear-router/actions)nuclear-router is a URL router library with focus on speed.
## Features
All features are enabled by default.
+ "http-router": HttpRouter and Method
+ "hyper-service": RouterService for hyper## Examples
```bash
cargo run --example hyper
```## Todo
+ Add documentation
+ Add more tests