passert 0.1.0

Pretty/Power assertion macros for rust
Documentation
#!/bin/bash

set -e

(cd passert_macros && cargo build)
cargo build
(cd passert_test && cargo rustc -- -Z unstable-options --pretty=expanded)
(cd passert_test && RUST_BACKTRACE=1 cargo test -- --test --nocapture)