Skip to content

blittable/rust-top-down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Top-Down

This is an overview/tutorial of the Rust programming language for progrmamers coming from 'higher' level languages.

The Rust Programming Language - aka 'The Book' is a great resource and should certainly be used in conjuction with the content if you are new to Rust programming.

Rust code and libraries are also easily 'self-documented', and one of the best examples is the std crate. (a crate being the equivilant of an npm or nuget package). std For core concepts (e.g. references, types, etc.), the api documentation often provides conceptual context that is very helpful.

About

Rust Notes for Non-Systems Programmers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published