6 releases

0.1.5 Feb 24, 2023
0.1.4 Feb 24, 2023

#1990 in Rust patterns

Download history 14/week @ 2023-12-13 18/week @ 2023-12-20 9/week @ 2023-12-27 1/week @ 2024-01-24 8/week @ 2024-01-31 13/week @ 2024-02-07 37/week @ 2024-02-14 30/week @ 2024-02-21 31/week @ 2024-02-28 91/week @ 2024-03-06 54/week @ 2024-03-13 44/week @ 2024-03-20

234 downloads per month
Used in imbl-value

MIT license

11KB
293 lines

yasi: Yet Another String Interner

Uses Arc'd references, and performs Hash and Eq using Display, so that you can intern anything implementing Display without allocating unless the value doesn't already exist

Dependencies

~2MB
~29K SLoC