https://github.com/eroydev/rust-mastering
https://github.com/eroydev/rust-mastering
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eroydev/rust-mastering
- Owner: ERoydev
- Created: 2025-04-29T10:46:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T12:12:24.000Z (4 months ago)
- Last Synced: 2026-02-20T16:29:34.122Z (4 months ago)
- Language: Rust
- Size: 7.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Books:
- Rustnomicon Advanced unsafe Rust: https://doc.rust-lang.org/nomicon/
- Rust macros Book (Old): https://veykril.github.io/tlborm/
- Rust Macros Book: https://danielkeep.github.io/tlborm/book/index.html
- Original Rust Book: https://doc.rust-lang.org/reference/
- Paper Book: https://www.manning.com/books/write-powerful-rust-macros
- Rust Toolchain: https://rust-lang.github.io/rustup/overrides.html
## Suggested resources by Boris:
- https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/ -> good to read
- https://marabos.nl/atomics/ -> masterpiece(must read)
- How Linux Works(latest edition) -> MUST READ
- eBPF -> https://ebpf.io/what-is-ebpf/
## Video resources:
- Crust of Rust: https://www.youtube.com/playlist?list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa
- Good youtube channel: https://www.youtube.com/@jonhoo/videos
- Incredible resource for Rust memory layout -> https://www.youtube.com/watch?v=7_o-YRxf_cc&t=904s
## Just the course schedule:
- https://training.trainsec.net/rust-programming-masterclass?gad_source=1&gad_campaignid=22122598319&gbraid=0AAAAA-FZ29r4aPlcmUZvUzgNEEBJjlsWB&gclid=Cj0KCQjw8cHABhC-ARIsAJnY12zbRk7rr2nYSicUsVbdAIltsuTw-Horu6hmfSiEgxqMaadW7nr9bWkaAtugEALw_wcB
## Creating Diagrams:
- LucidChart: https://www.lucidchart.com/pages
- Platuml: https://plantuml.com/
## Solana related:
- Solana Security Workshop 3h: https://workshop.neodyme.io/workshop.html
- Solana developer good resources to learn: https://solana.com/developers
- Good explanation for PDA's: https://www.youtube.com/watch?v=ZwFNPvqUclM
## Blockchain Related materials:
- Uniswap Dex: https://docs.uniswap.org/contracts/v2/guides/smart-contract-integration/providing-liquidity#introduction