Age | Commit message (Collapse) | Author |
|
* Suppress more lints caused by `named_tuple`.
* Remove unnecessary `Result` from infallible functions.
|
|
Changes since 1.2.0:
* Disable `clippy::ref_option_ref` now triggered by
`named_tuple` macro.
* Add implementations of `TryFrom` for `&str`
and `String`.
|
|
Changes since 1.2.0:
* Fixed compiler warning about not using `split_prefix`.
* Use newer `once_cell` (1.4 -> 1.5)
|
|
Changes since 1.1.0:
* Added rustfmt.toml and used it to format the code.
* Added .gitignore.
* Fixed new warnings/lints raised by latest toolchain.
|
|
* Added functions to remove parts of a URI and return them.
|
|
* Code in doc examples needs to be reachable through a "main"
function, otherwise the tests silently fail to detect problems.
* The example for `Uri::resolve` was calling `path_to_string`
rather than `to_string`.
|
|
* Fixed bug in percent encoding of characters \x0 through \xF where
they were encoded as "%0" through "%F" rather than "%00" through "%0F".
|
|
|
|
* Rename crate to "rhymuri" since "uri" is taken; FeelsBadMan
* Bump crate version to 1.0.0.
* Add categories, keywords, and repository metadata.
* Update README with links to crates.io and documentation.
* Add license reference in README.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|