cargo-sync-readme
cargo-sync-readme copied to clipboard
Expose `cargo sync-readme --check` as library function
fn sync_readme_check(path: &Path) { ... }
So it could be invoked transparently from a test without having to configure CI or local environment.