matchit 0.2.0

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

[dependencies]