adhesion 0.5.0

A set of macros for design by contact in Rust. The design of this library was inspired by D's contract programming facilities.
Documentation
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}