crates.io docs.rs

URN

A Rust crate for handling URNs. Parsing and comparison is done according to the spec. no_std support is there as well, just disable the default "std" feature.

Changelog

0.1.0 - initial release 0.1.1 - add FromStr impl 0.2.0 - remove Urn::parse function in favor of FromStr, improve docs 0.2.1 - remove files left over from 0.1