Skip to content

quattervals/rust_safety_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Safety Features Demoed

Sample code to demo some of Rust's safety features

  • RAII is enforced: There is no way you can put something on the heap without managing it.
  • Move semantics by default: Ownership is usually moved
  • The Borrow Checker ensures that no race conditions can occur
  • Lifetimes are checked

About

Rust Safety Features Demoed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages