Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-15 | Version 1.0.1 | Richard Walters | |
* Fixed bug in percent encoding of characters \x0 through \xF where they were encoded as "%0" through "%F" rather than "%00" through "%0F". | |||
2020-10-13 | Consolidate crate-wide warning attributes to crate level (lib.rs) | Richard Walters | |
2020-10-13 | No need to use turbofish for collect in encode_element | Richard Walters | |
2020-10-13 | Move authority and codec functions to their own modules | Richard Walters | |