Open jsha opened 3 years ago
Followup from https://github.com/abetterinternet/crustls/pull/25. We should have automated tests to ensure newly added functions are treated with an ffi_panic_boundary_* macro.
ffi_panic_boundary_*
Maybe something like https://crates.io/crates/no_panic is useful?
Oh, that looks really interesting! Thank you.
Followup from https://github.com/abetterinternet/crustls/pull/25. We should have automated tests to ensure newly added functions are treated with an
ffi_panic_boundary_*
macro.