Expand description
Builder for creating immutable pools.
Builder for creating an immutable crate::StringTable.
The builder stores data in growable vectors while constructing.
StringTableBuilder::build converts those vectors to boxed slices,
making the final table immutable and compact.
Structs§
- String
Table Builder - Incremental builder for
crate::StringTable.
Type Aliases§
- String
Pool Builder - Alias for
StringTableBuilder.