uritemplate 0.1.2

Rust implementation of RFC6570 - URI Template that can processURI Templates up and to including ones designated Level 4.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
regex = "0.1.69"

[package]
authors = ["Amit <amitc97@gmail.com>"]
description = "Rust implementation of RFC6570 - URI Template that can processURI Templates up and to including ones designated Level 4."
documentation = "https://chowdhurya.github.io/rust-uritemplate/uritemplate/"
homepage = "https://github.com/chowdhurya/rust-uritemplate/"
keywords = ["uritemplates", "URL", "URI", "template", "RFC6570"]
license = "BSD-3-Clause"
name = "uritemplate"
readme = "README.md"
repository = "https://github.com/chowdhurya/rust-uritemplate/"
version = "0.1.2"