proptest 0.9.0

Hypothesis-like property-based testing and shrinking.
Documentation
#! /bin/sh

# Generate `README.md` from the crate documentation, plus some extra stuff.

cat readme-prologue.md >README.md
cat ../book/src/proptest/index.md \
    ../book/src/proptest/getting-started.md \
    ../book/src/proptest/vs-quickcheck.md \
    ../book/src/proptest/limitations.md | \
    grep -v NOREADME | sed 's/^#\+ /#&/' >>README.md
cat readme-antelogue.md >>README.md