rust-bindgen icon indicating copy to clipboard operation
rust-bindgen copied to clipboard

Adds custom_const_pointer_type and custom_mut_pointer_type options.

Open remexre opened this issue 7 months ago • 1 comments

These options allow specifying an alternate type to use where pointer types would otherwise be used. This is useful for binding to a WebAssembly guest, as well as for certain kinds of serialization and deserialization.

Resolves #2023.

r? @emilio

remexre avatar Jan 05 '24 19:01 remexre

:umbrella: The latest upstream changes (presumably b5a6813c9a6feaeda38d7c672a1ed155f9e27266) made this pull request unmergeable. Please resolve the merge conflicts.

bors-servo avatar Feb 19 '24 16:02 bors-servo