link_relation 0.1.0

Registered link relation types for Web Linking (RFC8288)
Documentation
link_relation
=============

Registered link relation types for [Web Linking (RFC8288)](https://datatracker.ietf.org/doc/html/rfc8288).

Definitions generated from IANA's
[link relations registry](https://www.iana.org/assignments/link-relations/link-relations.xml).

Usage
-----

Add the following snippet to your `Cargo.toml` (with optional [serde](https://crates.io/crates/serde) support):

```toml
link_relation = { version = "0.1", features = [ "serde" ] }
```

```rust
use link_relation::LinkRelation;
```

Update Registered Link Relation Database
----------------------------------------

```bash
./data/update-link-relations.sh
cargo xtask generate
```