Now the law that makes Rust Rust — the one carved on the vault door:
Every value has exactly one owner.
let sword = String::from("blade");
Here sword owns that String. One treasure, one keeper. No exceptions.
sword