#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

#583 in Memory management

Download history 297/week @ 2024-11-16 263/week @ 2024-11-23 359/week @ 2024-11-30 293/week @ 2024-12-07 714/week @ 2024-12-14 260/week @ 2024-12-21 100/week @ 2024-12-28 383/week @ 2025-01-04 1170/week @ 2025-01-11 681/week @ 2025-01-18 567/week @ 2025-01-25 440/week @ 2025-02-01 1209/week @ 2025-02-08 1653/week @ 2025-02-15 1781/week @ 2025-02-22 1271/week @ 2025-03-01

5,961 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