error-test-sinks 0.1.1

Sink implementations for testing that simulate different types of errors
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -e

cargo watch -w src \
            -x "test --lib" \
            -x "test --doc" \
            -x clippy \
            -x "fmt -- --write-mode=diff"