Closed andriyDev closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
d4507c8
) 99.57% compared to head (19072d6
) 99.57%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously, compiling with non-nightly Rust meant 32bit Windows would fail to generate bindings - bindgen will not use the "thiscall" ABI unless using nightly Rust. The bindings would therefore have (almost) nothing in them, so any calls would fail. Now at least there will be a warning, and if using nightly Rust, this will work!
Fixes #3.