#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

#329 in Memory management

Download history 59/week @ 2024-01-08 10/week @ 2024-01-15 2/week @ 2024-01-29 23/week @ 2024-02-05 18/week @ 2024-02-12 23/week @ 2024-02-19 52/week @ 2024-02-26 41/week @ 2024-03-04 28/week @ 2024-03-11 37/week @ 2024-03-18 44/week @ 2024-03-25 72/week @ 2024-04-01 24/week @ 2024-04-08 72/week @ 2024-04-15 31/week @ 2024-04-22

206 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
~27K SLoC