Skip to content

exphp-share/unsafe-gotchas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.