| Crates.io | symbol_table |
| lib.rs | symbol_table |
| version | 0.5.0 |
| created_at | 2022-04-28 18:55:33.279232+00 |
| updated_at | 2025-10-01 16:56:48.896517+00 |
| description | A symbol table that's fast, concurrent, and gives stable references. |
| homepage | https://github.com/mwillsey/string_interner |
| repository | https://github.com/mwillsey/string_interner |
| max_upload_size | |
| id | 576944 |
| size | 25,524 |
symbol_tableThis crate provides an easy-to-use SymbolTable
that's fast, suitable for concurrent access,
and provides stable &str references for resolved symbols.
With the global feature enabled, the
provided GlobalSymbol type
provides a lot of convenience methods and trait implementations
for converting to/from strings.