cargo-sync-readme icon indicating copy to clipboard operation
cargo-sync-readme copied to clipboard

Expose `cargo sync-readme --check` as library function

Open stepancheg opened this issue 3 years ago • 0 comments

fn sync_readme_check(path: &Path) { ... }

So it could be invoked transparently from a test without having to configure CI or local environment.

stepancheg avatar Feb 23 '22 07:02 stepancheg