issues
search
anderslanglands
/
ustr
Fast, FFI-friendly string interning for Rust
Other
151
stars
26
forks
source link
Fix warnings and errors from Clippy and Miri
#44
Closed
orzogc
closed
1 month ago
orzogc
commented
6 months ago
Fix Clippy's warnings.
Fix Miri's integer-to-pointer cast warning and the borrow stack error.
Fix a panic in
string_cache_iter()
if the string cache is empty, and add a corresponding test.
anderslanglands
commented
1 month ago
Thanks!
string_cache_iter()
if the string cache is empty, and add a corresponding test.