rust-embedded-community / tinyrlibc

Tiny C library written in Rust
50 stars 13 forks source link

Put every function behind a feature gate #14

Closed diondokter closed 1 year ago

diondokter commented 1 year ago

I've come across a C library that implements some libc functions on its own but not others. I want to use this crate but it collides. This way you can customize which functions you want to use.