mozilla / uniffi-rs

a multi-language bindings generator for rust
https://mozilla.github.io/uniffi-rs/
Mozilla Public License 2.0
2.7k stars 224 forks source link

Make panic section more precise for `RustBuffer::len` #2167

Open mgeisler opened 3 months ago

mgeisler commented 3 months ago

The panic condition seems to be a mismatch between the foregin code and the size of usize on the platform.

mgeisler commented 3 months ago

Cc @badboy, a small note from my import review.