jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
Other
0 stars 0 forks source link

Implementing custom types #53

Closed jhugman closed 1 month ago

jhugman commented 1 month ago

According to The Big O of Code Reviews, this is a O(n) change.

This adds the custom-types example fixture allowing you to write handwritten conversion logic into the generated typescript.

To enable this, we add a: