matchit 0.3.1

A high performance URL path (route) matcher based on a radix tree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["ibraheem <ibrah1440@gmail.com>"]
categories = ["network-programming", "algorithms"]
description = "A high performance URL path (route) matcher based on a radix tree."
edition = "2018"
keywords = ["path", "tree", "radix", "match", "url"]
license = "MIT"
name = "matchit"
readme = "README.md"
repository = "https://github.com/ibraheemdev/matchit"
version = "0.3.1"