cargo-public-api

List and diff the public API of Rust library crates

brewmacoslinux
Try with needOr install directly
Source

About

List and diff the public API of Rust library crates

Commands

cargo-public-api

Examples

List the public API of the current crate$ cargo public-api
Show public API diff between two versions$ cargo public-api diff 0.1.0..0.2.0
List public API with private items included$ cargo public-api --all-features