Memory-Safety icon indicating copy to clipboard operation
Memory-Safety copied to clipboard

Collect best practices for interfacing between memory safe by default and non memory safe by default languages

Open nellshamrell opened this issue 1 year ago • 1 comments

nellshamrell avatar Oct 17 '24 17:10 nellshamrell

I think one logical best practice is to separate all FFIs into a separate crate/module/package so that it can be audited in isolation. All the exported symbols from that crate/module/package should be memory safe.

Andrew-Fryer avatar Nov 14 '24 18:11 Andrew-Fryer