|
|
|
|
|
by LAC-Tech
808 days ago
|
|
There's really no need for libc on Linux, each language should just implement it's standard library on top of syscalls. Rustix is a great implementation of that idea https://docs.rs/rustix/latest/rustix/ Any similar projects in other langs? |
|
Found this as well: https://github.com/sunfishcode/mustang
Some discussion here: https://github.com/bytecodealliance/rustix/issues/76