| Crates.io | string-id |
| lib.rs | string-id |
| version | 0.1.0 |
| created_at | 2022-07-04 14:16:32.490345+00 |
| updated_at | 2022-07-04 14:16:32.490345+00 |
| description | Lightweight system for using string that are immutable. |
| homepage | |
| repository | https://github.com/HUD-Software/string-id |
| max_upload_size | |
| id | 618976 |
| size | 3,730 |
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.