sunfishcode / c-ward

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

Use the new `_uninit` APIs in rustix 0.38.27. #89

Closed sunfishcode closed 9 months ago

sunfishcode commented 9 months ago

This eliminates the use of READ_BUFFER with its length limitation and extra copying.