Ronald

Authored Comments

Good to know that rust FFI is much like the python ctypes. This is well-known to many already.
It would be better to know how new C libraries could be made more rust-friendly, getting the most out of the rust safety features, for instance by using bounded pointers (pointer and size), and how to use the FFI to bind it tightly to the rust concepts.