RDFtk: IRI
Another implementation of the IRI and URI specifications.
As with the rest of the RDFtk project the aim of this crate is usability over optimization and so it may perform more clones than necessary and parse more slowly than could be the case.
Changes
Version 0.1.1
- Added
IRIReftype.
Version 0.1.0
- First release.
TODO
- Complete implementations for trait
Normalize. - Work on Builder.