tokio-fmt-encoder 0.2.0

A Tokio Encoder for Debug and Display
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -e

cargo watch -w src \
            -x "test --lib" \
            -x "test --doc" \
            -x clippy \
            -x "fmt -- --write-mode=diff" \
            -x "readme -o README.md"