Hacker News new | ask | show | jobs
by worik 1487 days ago
FFI is unsafe, by definition.
1 comments

You can still use null pointers in safe rust (see the link I posted which is 100% safe rust), you just can’t deference then.
Ok.

I meant "using null pointer" means dereference it. But careless language....