/unsafe-gotchas

mdbook on common pitfalls in unsafe rust code

Primary LanguageRustCreative Commons Zero v1.0 UniversalCC0-1.0

unsafe Gotchas

Build Status License: CC0-1.0

mdbook about the not-so-obvious things to worry about in unsafe code.

View it here!


To build it locally:

git clone https://github.com/exphp-share/unsafe-gotchas
cd unsafe-gotchas
mdbook serve --open

This book uses skeptic to test its snippets. Simply run cargo test.