Crates.io | std-shims |
lib.rs | std-shims |
version | 0.1.1 |
source | src |
created_at | 2023-04-22 08:42:21.45503 |
updated_at | 2023-08-08 22:20:21.101376 |
description | A series of std shims to make alloc more feasible |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/common/std-shims |
max_upload_size | |
id | 845881 |
size | 6,558 |
A crate which passes through to std when the default std
feature is enabled,
yet provides a series of shims when it isn't.
HashSet
and HashMap
are provided via hashbrown
.