typeslice 0.2.5

type-level slices
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/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