link_relation 0.1.0

Registered link relation types for Web Linking (RFC8288)
Documentation
  • Coverage
  • 97.18%
    138 out of 142 items documented1 out of 3 items with examples
  • Size
  • Source code size: 92.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.63 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RedL0tus/link_relation
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RedL0tus

link_relation

Registered link relation types for Web Linking (RFC8288).

Definitions generated from IANA's link relations registry.

Usage

Add the following snippet to your Cargo.toml (with optional serde support):

link_relation = { version = "0.1", features = [ "serde" ] }
use link_relation::LinkRelation;

Update Registered Link Relation Database

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