docs.rs is reliable enough that there's less need to publish docs manually
https://github.com/japaric/cross makes it simple to get CI on unusual architectures, such as mips (which is an "allowed_failure" currently: #10)
the default cargo test --all is now 15-20x faster by using smaller inputs for slow tests (or disabling them entirely, if there's no small input that makes sense). --features "primal-sieve/slow_tests primal-slowsieve/slow_tests" reenables the full tests.
Commit summary:
cargo test --all
is now 15-20x faster by using smaller inputs for slow tests (or disabling them entirely, if there's no small input that makes sense).--features "primal-sieve/slow_tests primal-slowsieve/slow_tests"
reenables the full tests.