sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Add an "eyra" feature to c-scape, to better support no-std Eyra. #71

Closed sunfishcode closed 9 months ago

sunfishcode commented 9 months ago

Instead of having c-gull define the "eyra" feature, define it in c-scape, and have c-gull depend on it. c-scape doesn't depend on std, so this will allow the eyra crate to offer a no-std mode which only depends on c-scape.