You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use u64 for size_t and cut down on noise in bindgen output (ruby#188)
Using a fixed width type has better ergonomic than usize. The static
asserts give build errors when we want to port to 32 bit machines.
The "__.*" type pruning is attempt to keep output consistent between my
Mac and GNU/Linux systems. Let's see how much they diverge as we go.
We can always use CI to bless one particular setup to avoid dealing with
divergence.
0 commit comments