#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

#317 in Memory management

Download history 47/week @ 2023-12-15 37/week @ 2023-12-22 6/week @ 2023-12-29 48/week @ 2024-01-05 22/week @ 2024-01-12 5/week @ 2024-01-19 2/week @ 2024-01-26 12/week @ 2024-02-02 19/week @ 2024-02-09 25/week @ 2024-02-16 38/week @ 2024-02-23 47/week @ 2024-03-01 30/week @ 2024-03-08 40/week @ 2024-03-15 43/week @ 2024-03-22 42/week @ 2024-03-29

157 downloads per month
Used in 8 crates (4 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