Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nellshamrell opened this issue Oct 17, 2024 · 1 comment

Comments

@nellshamrell
Copy link
Contributor

No description provided.

@Andrew-Fryer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants