Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-14 | Preparation for publishing on crates.io | Richard Walters | |
* Rename crate to "rhymuri" since "uri" is taken; FeelsBadMan * Bump crate version to 1.0.0. * Add categories, keywords, and repository metadata. * Update README with links to crates.io and documentation. * Add license reference in README. | |||
2020-10-13 | Add description, license-file, and readme to Cargo.toml | Richard Walters | |
2020-10-12 | Replace lazy_static! with once_cell::sync::Lazy | Richard Walters | |
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-07 | Finish initial port of library to Rust | Richard Walters | |
2020-10-06 | Work in progress porting implementation to Rust | Richard Walters | |
2020-10-05 | Use lower snake case for Rust crate names | Richard Walters | |
2020-09-27 | Work in progress porting test cases to Rust, implemented by uriparse | Richard Walters | |