Resources
The following resources have been obtained from the public domain, and where appropriate links are provided.
Copyright and ownership of these materials are attributed to original content creators & authors; this content has been source from the public domain. By clicking on any of the following links, you agree to indemnify me completely of any breech of copyright - especially since these are works from the public domain.
Be kind to authors and buy a hard copy; books are the best way to learn!
Rust
Books
- Rust in Action (PDF) – by Tim McNamara / Amazon
Async in Rust
-
Asynchronous streams in Rust (part 1) - Futures, buffering and mysterious compilation error messages
-
TBD
C programming
- 42_CheatSheet – by @agavrel
- This a fantastic reference and I recommend taking a look. Even just for the quotes!
- 42-Bitwise_Operators