clankerdiff-watch 0.1.1

Native filesystem watching and coalesced Git snapshot publication
Documentation
1
2
3
use std::error::Error;

pub type TestResult<T = ()> = Result<T, Box<dyn Error + Send + Sync>>;