enhancementhelp wanted
Repository metrics
- Stars
- (3,302 stars)
- PR merge metrics
- (PR metrics pending)
Description
Are there plans to push for #![no_std] support in the future, specifically core + alloc + libm?
By the looks of it, there are a couple of std calls that for the most part have a 1:1 conversion, but path, file, and IO operations usually don't. Only including those via a flag would fill that gap.