mdbook about the not-so-obvious things to worry about in unsafe code.
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
.