#alloc #io #publish #no-std

no-std std-shims-mirror

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.

2 releases

new 0.1.1 Sep 22, 2024
0.1.0 Sep 13, 2024

#177 in Memory management

Download history 173/week @ 2024-09-12 232/week @ 2024-09-19

405 downloads per month
Used in 19 crates (15 directly)

MIT license

8KB
126 lines

std shims

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.

Dependencies

~1.5MB
~24K SLoC