rustls-ffi
rustls-ffi copied to clipboard
Test that all functions are wrapped in a panic boundary
trafficstars
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.
Maybe something like https://crates.io/crates/no_panic is useful?
Oh, that looks really interesting! Thank you.