uniffi-rs icon indicating copy to clipboard operation
uniffi-rs copied to clipboard

Add a uniffi-bindgen binary to one of the crates.

Open afranchuk opened this issue 1 year ago • 0 comments

This would be a convenient thing for users to cargo install. I suppose it should be in uniffi since that's where uniffi/cli code exists.

This should come with a warning that the version of uniffi-bindgen used must match the version being used in your crate (and recommend using cargo install --version <version> to guarantee this). This also allows nightly users to easily install the appropriate uniffi-bindgen binary due to this unstable functionality.

afranchuk avatar Oct 17 '24 16:10 afranchuk