Description
Scans a Rust crate for semantic versioning violations by comparing public API changes. It helps maintainers catch breaking changes before publishing a version that claims compatibility.
Use it before releases, especially for libraries used by other projects. Semver checks are strong signals, but release notes and manual API review are still important.