Expand description
ArenaSet is an efficient, generic internment structure.
Macros§
- custom_
intern_ id - Facilitates defining tuple structs that may be used as custom IDs.
Structs§
- Arena
Set - An efficient, generic internment structure.
- Builder
- Flexible builder for
ArenaSet. - Stadium
Set - Specialization of
ArenaSetwhereO::Target: StableDeref.
Enums§
Traits§
Functions§
- builder
- Create a
Builderwhere the ID isusize.Builder: struct.Builder.html - byte_
arena_ set - Create an
ArenaSetforVec<u8>with aHashMapand an ID ofusize.ArenaSet: struct.ArenaSet.html - byte_
stadium_ set - Create a
StadiumSetforArc<Vec<u8>>with aHashMapand an ID ofusize.StadiumSet: struct.StadiumSet.html - string_
arena_ set - Create an
ArenaSetforStringwith aHashMapand an ID ofusize.ArenaSet: struct.ArenaSet.html - string_
stadium_ set - Create a
StadiumSetforArc<String>with aHashMapand an ID ofusize.StadiumSet: struct.StadiumSet.html