urn 0.1.1

A crate for handling URNs (Unique Resource Identifiers)
Documentation
1
2
3
4
5
[![crates.io](https://img.shields.io/crates/v/urn.svg)](https://crates.io/crates/urn) [![docs.rs](https://docs.rs/urn/badge.svg)](https://docs.rs/urn)

# URN

A Rust crate for handling [URNs](https://datatracker.ietf.org/doc/html/rfc8141). Parsing and comparison is done according to the spec. no_std support is there as well, just disable the default "std" feature.