string-id

Crates.iostring-id
lib.rsstring-id
version0.1.0
sourcesrc
created_at2022-07-04 14:16:32.490345
updated_at2022-07-04 14:16:32.490345
descriptionLightweight system for using string that are immutable.
homepage
repositoryhttps://github.com/HUD-Software/string-id
max_upload_size
id618976
size3,730
(HUD-Software)

documentation

README

String-id

When you need string that are immutable and should be compared or find in data table like array or hashmap or even stock somewhere in a compressed way, you can use string-id instead of raw string. string-id is lighweight system for using immutable strings that exist during the entire lifetime of the application like windows name, button text, even bones name for animations. All created string-id are hashed and the string value itself is placed in a persitent memory.

Commit count: 10

cargo fmt