Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-14 | Distribute tests closer to the code they test | Richard Walters | |
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 | Fix issue with naming | Richard Walters | |
Use "to_" prefix instead of "as_" for functions which create values (expensive). See: https://rust-lang.github.io/api-guidelines/naming.html#ad-hoc-conversions-follow-as_-to_-into_-conventions-c-conv | |||
2020-10-13 | Add documentation (Rust) | Richard Walters | |
2020-10-13 | Consolidate crate-wide warning attributes to crate level (lib.rs) | Richard Walters | |
2020-10-13 | Move authority and codec functions to their own modules | Richard Walters | |