Hi folks
I’ve just pushed an early draft of The Complete Rust Security Handbook.
Right now it’s a single Markdown file rendered by GitHub Pages - no fancy mdBook
UI yet, just raw content.
- Live draft: https://yevh.github.io/rust-security-handbook/
- Repo (MIT/Apache-2.0): https://github.com/yevh/rust-security-handbook
What’s inside
- type-level safety patterns
- panic-proof error handling
- integer-overflow guards
- cryptography & secret handling basics
- async / smart-contract pitfalls
- a deployment-time security checklist
I’d love your feedback
- spots where the code or explanations are wrong / unclear
- suggestions for additional real-world examples or references
- typos, style nits, better naming - anything that helps tighten it up
Reply here or open an issue/PR in the repo - whatever’s easiest.
Thanks for giving it a look, and I hope it’s useful.