http-link 1.0.1

naive implementation of RFC8288 for parsing HTTP Link header value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "http-link"
version = "1.0.1"
authors = ["axion014 <axion014@gmail.com>"]
edition = "2018"
description = "naive implementation of RFC8288 for parsing HTTP Link header value"
license = "MIT"
repository = "https://github.com/axion014/http-link/"

[dependencies]

percent-encoding = "2.1.0"
url = "2.2.2"