The bindings are not currently generated on pre-push, which means that contributors don't get signal about whether the bindings need updating until a PR is run in CI. It would be nice to try to put together something to run the CI checks locally without requiring a github actions runner installed. Perhaps something like cargo-make or similar tooling. We should investigate what other rust projects use and see if Regorus can adopt something similar.