RFC 8288 parser
RFC 8288 specifies the convention for parsing the Link header.
Usage
use ;
let link_data = r#"<https://example.com>; rel="origin"; csv="one,two""#;
let parsed = link_strict.unwrap;
assert_eq!;
Contributing
Pre-commit hooks
See the pre-commit quick start guide for how to setup pre-commit.