Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-29 | Version 1.3.1 | Richard Walters | |
* Suppress more lints caused by `named_tuple`. * Remove unnecessary `Result` from infallible functions. | |||
2020-10-30 | Add and apply rustfmt configuration | Richard Walters | |
2020-10-13 | Consolidate crate-wide warning attributes to crate level (lib.rs) | Richard Walters | |
2020-10-13 | Rust refactoring | Richard 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-12 | Remove unused statics | Richard Walters | |
2020-10-10 | Remove explicit test vector array length declarations | Richard Walters | |
This method was proposed by @Serayen. | |||
2020-10-09 | Use named_tuple! to simplify test vector declarations | Richard Walters | |
2020-10-09 | Use thiserror to implement Error/Display/From traits for us | Richard Walters | |
2020-10-09 | Implement std::error::Error for custom error types | Richard Walters | |
2020-10-06 | Work in progress porting to Rust | Richard Walters | |