5 releases (breaking)
| 0.5.0 | Oct 1, 2025 |
|---|---|
| 0.4.0 | Oct 28, 2024 |
| 0.3.0 | Nov 3, 2022 |
| 0.2.0 | Aug 16, 2022 |
| 0.1.0 | Apr 28, 2022 |
#591 in Data structures
20,656 downloads per month
Used in 29 crates
(6 directly)
14KB
222 lines
This 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.
symbol_table
This 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.
Dependencies
~1.5MB
~20K SLoC