aboutsummaryrefslogtreecommitdiff
path: root/src/percent_encoded_character_decoder.rs
AgeCommit message (Collapse)Author
2021-03-29Version 1.3.1Richard Walters
* Suppress more lints caused by `named_tuple`. * Remove unnecessary `Result` from infallible functions.
2020-10-30Add and apply rustfmt configurationRichard Walters
2020-10-13Consolidate crate-wide warning attributes to crate level (lib.rs)Richard Walters
2020-10-13Rust refactoringRichard Walters
* Move Context, Error, and character classes to their own modules. * Move host/port parsing and IP address validation to their own modules, and break the code up into different functions to process their state machines.
2020-10-12Remove unused staticsRichard Walters
2020-10-10Remove explicit test vector array length declarationsRichard Walters
This method was proposed by @Serayen.
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