|
You are here |
darkcoding.net | ||
| | | | |
www.bitsnbites.eu
|
|
| | | | | ||
| | | | |
www.reidatcheson.com
|
|
| | | | | I have developed some interest in the Rust programming language. Rust is a systems programming language which means it gets out of the way of developers interested in reaching low-level internals of a system. What sets it aside from other systems languages though is: Borrow checking to guarantee memory safety Functional-like idioms (map, fold, etc) Pattern matching with an almost algebraic datatype called "enum" A much simpler memory model than C++ | |
| | | | |
mcyoung.xyz
|
|
| | | | | ||
| | | | |
blog.dbrgn.ch
|
|
| | | How to avoid accidentally breaking no_std compatibility in Rust crates. | ||