api-parity-rs 0.0.1

CLI driver for the api-parity-rs port plugin (wraps `cargo run --bin api-parity-dump`).
api-parity-rs-0.0.1 is not a library.
Visit the last successful build: api-parity-rs-0.0.3

api-parity-rs <kind> <target> [-o PATH | -]

Thin wrapper that delegates to cargo run --bin api-parity-dump --manifest-path <target>/Cargo.toml. The target crate is expected to ship a bin named api-parity-dump whose body is one call to api_parity_rs_core::dump_to_writer — see CONTRIBUTING.md.

Only kind = port is supported; reference-side scanning of a Rust crate would be a separate plugin (e.g. via rustdoc-json) and isn't in scope.