Module null_pointer

Module null_pointer 

Source
Expand description

Module demonstrating null pointer dereference prevention Null pointer prevention through Option

Functionsยง

compare_c_vs_rust
Comparing C vs Rust null handling
option_prevents_null
Option eliminates null pointer dereferences