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

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

Awesome Lists containing this project

README

        

# nuclear-router

[![crates.io](https://img.shields.io/crates/v/nuclear-router.svg)](https://crates.io/crates/nuclear-router)
[![docs](https://docs.rs/nuclear-router/badge.svg)](https://docs.rs/nuclear-router)
[![Test Status](https://github.com/Nugine/nuclear-router/workflows/test/badge.svg)](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