Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 667 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 667 Bytes

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.