All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
ur::ur::decode
to the public API to decode a singleur
URI. - Added
ur::ur::encode
andur::ur::decode
to the root library path. - Bumped the Rust edition to 2021. #113
- The public API has been greatly restricted
- All public methods and structs are documented and should be much more stable going forward
- Introduced fuzz testing
- Initial release