#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

#609 in Memory management

Download history 322/week @ 2024-10-14 258/week @ 2024-10-21 261/week @ 2024-10-28 400/week @ 2024-11-04 269/week @ 2024-11-11 332/week @ 2024-11-18 208/week @ 2024-11-25 352/week @ 2024-12-02 304/week @ 2024-12-09 752/week @ 2024-12-16 204/week @ 2024-12-23 109/week @ 2024-12-30 430/week @ 2025-01-06 1141/week @ 2025-01-13 695/week @ 2025-01-20 529/week @ 2025-01-27

2,807 downloads per month
Used in 14 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
~29K SLoC