Skip to content

Support bytes type

UniFFI 0.24 introduces the bytes primitive type, but this bindgen does not have a template for that. This PR adds FfiConverterByteArray that lifts and lowers byte arrays.

Merge request reports