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: 8 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T11:19:20.000Z (over 6 years ago)
- Last Synced: 2025-04-11T11:20:23.403Z (about 1 year ago)
- Topics: http, router, rust
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 5
- Watchers: 2
- 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