Cargo Features

pathlink has no features set by default.

[dependencies]
pathlink = { version = "0.2.2", features = ["all", "hash", "stream", "serialize", "uuid"] }
all = hash, serialize, stream, url, uuid
hash all? = async-hash, hex

Enables hash of hr-id

stream all? = async-trait, destream

Enables stream of hr-id

serialize all? = serde

Enables serde of hr-id

uuid all?

Enables uuid of hr-id

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-hash hash?
async-trait stream?
destream stream?
hex hash?
serde serialize?
url all?