aboutsummaryrefslogtreecommitdiff
path: root/src/percent_encoded_character_decoder.rs
AgeCommit message (Expand)Author
2020-10-12Remove unused staticsRichard Walters
2020-10-10Remove explicit test vector array length declarationsRichard Walters
2020-10-09Use named_tuple! to simplify test vector declarationsRichard Walters
2020-10-09Use thiserror to implement Error/Display/From traits for usRichard Walters
2020-10-09Implement std::error::Error for custom error typesRichard Walters
2020-10-06Work in progress porting to RustRichard Walters