7 releases
0.5.0 | Apr 23, 2024 |
---|---|
0.1.8 | Aug 29, 2023 |
#704 in Data structures
391 downloads per month
330KB
9K
SLoC
STd Improved
common algorithms & data structures for rust.
highlights:
- allocator api and
various data structures that support it (including
Vec
,HashMap
,Box
,Rc
). - arena allocation with thread local temp arenas.
- typed indices and index typed vecs.
- a slice reader for parsing.
disclaimer:
- even though most things are tested, you may still run into bugs.
- the library is under active development and breaking changes are likely.