mozilla / ffi-support

A crate to help expose Rust functions over the FFI.
Apache License 2.0
41 stars 5 forks source link

Swap asserts in test #10

Closed badboy closed 7 months ago

badboy commented 3 years ago

The last commit 0fdc22a8dfe3731be5fd39b311e4e4885219e26c changed how from_vec works. It now returns a null pointer and length 0. The tests didn't account for that.


CI broke with #9. This repository might lack the CircleCI hooks to show that state.