You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
A debug assertion in `encoding::url::percent_decode_utf8` previously cast the result of `[u8]::as_ptr` to `*const u8`, which was redundant because the return type of the `as_ptr` call was already `*const u8`. This patch removes the redundant cast. |
3 years ago | |
|---|---|---|
| src | 3 years ago | |
| .gitignore | 4 years ago | |
| Cargo.toml | 3 years ago | |
| README.md | 4 years ago | |
| test.sh | 3 years ago | |
README.md
libshire
A collection of assorted Rust utilities for reuse between various projects 🦀