Memory Safety in Rust
# Memory Safety
rust guarantees memory safety at compile time
Variables must be initialized
|
|
this works because the compiler can tell what a value would be at runtime.
Search
rust guarantees memory safety at compile time
Variables must be initialized
|
|
this works because the compiler can tell what a value would be at runtime.