Crates.io | sti |
lib.rs | sti |
version | 0.5.0 |
source | src |
created_at | 2023-08-01 19:58:20.535295 |
updated_at | 2024-04-23 15:26:37.978351 |
description | STd Improved |
homepage | https://github.com/leddoo/sti |
repository | https://github.com/leddoo/sti |
max_upload_size | |
id | 932167 |
size | 337,188 |
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.
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.