#!/usr/bin/env bash
set -euxo pipefail
cargo msrv verify -- cargo test
cargo test --doc
cargo check-all-features
cargo build-all-features
cargo test-all-features --lib --bins --tests # not doctests
RUSTDOCFLAGS="--cfg do_doc_cfg" cargo +nightly doc --all-features
lychee target/doc/typeslice/index.html