| Crates.io | link_relation |
| lib.rs | link_relation |
| version | 0.1.0 |
| created_at | 2025-02-18 00:37:05.607182+00 |
| updated_at | 2025-02-18 00:37:05.607182+00 |
| description | Registered link relation types for Web Linking (RFC8288) |
| homepage | https://github.com/RedL0tus/link_relation |
| repository | https://github.com/RedL0tus/link_relation |
| max_upload_size | |
| id | 1559478 |
| size | 92,560 |
Registered link relation types for Web Linking (RFC8288).
Definitions generated from IANA's link relations registry.
Add the following snippet to your Cargo.toml (with optional serde support):
link_relation = { version = "0.1", features = [ "serde" ] }
use link_relation::LinkRelation;
./data/update-link-relations.sh
cargo xtask generate