diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,12 @@ The purpose of this library is to provide a `Uri` type to represent a URI, with functions to parse URIs from their string representations, as well as assemble URIs from their various components. +## Credits + +This library has been forked from [rhymuri](https://crates.io/crates/rhymuri) +because it was unmaintained at the time. +Thanks to Richard Walters for the original implementation! + ## License Licensed under the [MIT license](LICENSE.txt). |