object-safe 0.3.1

Implement object-unsafe traits for trait objects
Documentation
1
2
3
4
5
6
#!/usr/bin/env bash
set -euxo pipefail

cargo fmt --check
cargo clippy -- -Dwarnings
cargo nextest run