http-link 1.0.0

naive implementation of https://tools.ietf.org/html/rfc8288#appendix-B.2 for parsing HTTP Link header value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.url]
version = "2.1.1"

[package]
authors = ["axion014 <axion014@gmail.com>"]
description = "naive implementation of https://tools.ietf.org/html/rfc8288#appendix-B.2 for parsing HTTP Link header value"
edition = "2018"
license = "MIT"
name = "http-link"
version = "1.0.0"