mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-19 11:53:29 -04:00
18ccd45509
* Add the `--override-abi` option. This option can be used from the CLI with the <abi>:<regex> syntax and it overrides the ABI of a function if it matches <regex>. Fixes #2257