#alloc #io #no-std

no-std std-shims

A series of std shims to make alloc more feasible

2 releases

0.1.1 Aug 8, 2023
0.1.0 Apr 22, 2023

#366 in Memory management

Download history 31/week @ 2024-03-13 43/week @ 2024-03-20 55/week @ 2024-03-27 47/week @ 2024-04-03 35/week @ 2024-04-10 66/week @ 2024-04-17 31/week @ 2024-04-24 30/week @ 2024-05-01 33/week @ 2024-05-08 93/week @ 2024-05-15 42/week @ 2024-05-22 72/week @ 2024-05-29 95/week @ 2024-06-05 107/week @ 2024-06-12 174/week @ 2024-06-19 94/week @ 2024-06-26

484 downloads per month
Used in 10 crates (5 directly)

MIT license

6KB
130 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
~28K SLoC