Rust_Ownship
What is ownship in rust? In the first place, ownship is the core function of rust.
In the point of managing memory, some language use garbage collection, the other language let programmer to handle the memory by their own. However, in rust the approach is that memory is managed through a system of ownership with a set of rules that the compiler checks. If any of the rules are violated, the program won’t compile.