|
|
|
|
|
by kibwen
55 days ago
|
|
> it is better having automated resource management Rust's ownership system is automated resource management. What you're asking for is dynamic lifetime determination, which Rust provides via types that opt out of the hierarchical single-ownership paradigm. |
|