aboutsummaryrefslogtreecommitdiff
path: root/src/codec.rs
AgeCommit message (Collapse)Author
2020-10-15Version 1.0.1Richard 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-13Consolidate crate-wide warning attributes to crate level (lib.rs)Richard Walters
2020-10-13No need to use turbofish for collect in encode_elementRichard Walters
2020-10-13Move authority and codec functions to their own modulesRichard Walters