Mo :ferris: :tux: @ FOSDEM on Nostr: npub19ttta…6rqz5 The gray area (unsafe Rust) is only a part of what C/C++ allows ...
npub19ttta377ayy9gtt0etftx43xyznpgfcz7rsy3catsmndgnnxe93qx6rqz5 (npub19tt…rqz5) The gray area (unsafe Rust) is only a part of what C/C++ allows because unsafe doesn't turn off all the guarantees of the compiler. The borrow checker for example will still check your unsafe code.