You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latter possibly makes more sense. And because memory needs to be managed, this goes hand in hand with establishing a rule for this. One possible pattern is: "Rust allocates, and rust allows deallocation". That pattern is displayed in https://jakegoulding.com/rust-ffi-omnibus/objects/
at some point we should introduce better error handling over the C FFI, but it's not necessary at this moment
Some ideas include:
The latter possibly makes more sense. And because memory needs to be managed, this goes hand in hand with establishing a rule for this. One possible pattern is: "Rust allocates, and rust allows deallocation". That pattern is displayed in https://jakegoulding.com/rust-ffi-omnibus/objects/
Originally posted by @KendallWeihe in #390 (comment)
The text was updated successfully, but these errors were encountered: