#alloc #io #version #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

0.1.1 Sep 22, 2024
0.1.0 Sep 13, 2024

#310 in Memory management

24 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

~2MB
~26K SLoC