Skip to content

randomicon00/rust-ownership

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Ownership 101

Still, rust ownership model which entails to how memory management is done is, in my opinion, the main innovation that the language has to offer compared to other system level programming models.

Understanding how the rust ownership model works, is, in other words, understanding how rust works.

Todo

  • Adding two more examples of some of the shortcomings of rust, safety wise.
  • Add leaking memory and how to avoid it.

About

Rust ownership examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages