echeneis 0.1.0

Testing framework for non-blocking code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
default:
    @just --list

test:
    cargo test --locked --all-features --all-targets
    cargo test --locked --all-features --doc
    cargo test --locked --no-default-features --all-targets
    cargo test --locked --no-default-features --doc
    cargo +nightly miri test --locked --all-features

lint:
    cargo +nightly fmt --all -- --check
    cargo clippy --all-targets -- -D warnings

check:
    cargo +nightly docs-rs
    cargo hack --feature-powerset check
    cargo semver-checks