jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
https://jhugman.github.io/uniffi-bindgen-react-native/
Other
52 stars 6 forks source link

Deterministic code generation order #87

Closed jhugman closed 2 months ago

jhugman commented 2 months ago

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

This PR adds determinism to the generation of the code. This allows generated code to be checked into version control and it not be a hot mess each time a change is made.