yew-router-nested-route-parser 0.16.1

The parser for the routing syntax used with yew-router
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "yew-router-nested-route-parser"
version = "0.16.1"
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "The parser for the routing syntax used with yew-router"
repository = "https://github.com/yewstack/yew"

[dependencies]
nom = "5.0.0"