Jul 21, 2024
I think it's important to point out "Linux code" includes libc code that lots of Rust wraps over. The very core kernel code will always be inherently unsafe, especially when you get into memory mapping.
I think it's important to point out "Linux code" includes libc code that lots of Rust wraps over. The very core kernel code will always be inherently unsafe, especially when you get into memory mapping.
I’m an engineer on a mission to write the fastest software in the world.