aboutsummaryrefslogtreecommitdiff
path: root/src/validate_ipv4_address.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-30Fix new warnings from latest Rust toolsRichard Walters
2020-10-30Add and apply rustfmt configurationRichard Walters
2020-10-14Distribute tests closer to the code they testRichard 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.