symbol_table

Crates.iosymbol_table
lib.rssymbol_table
version0.4.0
sourcesrc
created_at2022-04-28 18:55:33.279232
updated_at2024-10-28 17:07:39.70761
descriptionA symbol table that's fast, concurrent, and gives stable references.
homepagehttps://github.com/mwillsey/string_interner
repositoryhttps://github.com/mwillsey/string_interner
max_upload_size
id576944
size17,532
Max Willsey (mwillsey)

documentation

README

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.

Commit count: 10

cargo fmt