yasi

Crates.ioyasi
lib.rsyasi
version0.1.5
sourcesrc
created_at2023-02-24 06:35:28.479
updated_at2023-02-24 21:58:56.398839
descriptionYet Another String Interner
homepage
repositoryhttps://github.com/Start9Labs/yasi.git
max_upload_size
id793371
size11,669
Aiden McClelland (dr-bonez)

documentation

https://docs.rs/yasi

README

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

Commit count: 8

cargo fmt