| Crates.io | symbol_table |
| lib.rs | symbol_table |
| version | 0.4.0 |
| created_at | 2022-04-28 18:55:33.279232+00 |
| updated_at | 2024-10-28 17:07:39.70761+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 | 17,532 |
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.