librustzcash
librustzcash copied to clipboard
Consider whether to use "C-unwind" calling convention instead of "C"
I strongly think we should make this change. It's basically just a search-and-replace of extern "C"
to extern "C-unwind"
in Rust code. (See however https://github.com/rust-lang/rust/issues/83116 .)