Crates.io | std-shims-mirror |
lib.rs | std-shims-mirror |
version | 0.1.1 |
source | src |
created_at | 2024-09-13 22:20:44.602425 |
updated_at | 2024-09-22 00:27:39.508824 |
description | A series of std shims to make alloc more feasible. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production. This crate will be unpublished/deleted as soon as possible. |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/common/std-shims |
max_upload_size | |
id | 1374198 |
size | 8,768 |
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
.