sunfishcode / c-ward

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

Switch from `rustix::cstr` to `c""` string literals. #124

Closed sunfishcode closed 5 months ago

sunfishcode commented 5 months ago

Rust now has a C string literal syntax.