cond_sync 0.2.2

Hides the boilerplate code needed with std::sync::Condvar
Documentation
1
2
3
4
5
use version_sync::assert_markdown_deps_updated;

fn main() {
    assert_markdown_deps_updated!("README.md");
}