safe 0.1.0

A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.
Documentation
1
2
3
fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}