RUST: Ownership Conclusion | Rajat

Shared on Rust

editor-img
Rajat
Sept 6, 2022
shared in

RUST: Ownership Conclusion

If you want my genuine opinion on Ownership flow. I believe what RUST did with ownership is nothing sort of extraordinary, but took inspiration from GC implementation in existing programing language & added constraints at the compiler level.

So that a code which can be prone to wrong memory management can be checked beforehand & inform devs about it

By the way, GC means Garbage Collection.