Simple examples
To better grasp how easy and readable writing FFI code becomes, a few simple examples will be showcased here.
Add more examples, mainly featuring very common requests from people that start
doing FFI, such as How to return a Vec
, How to use String
s across FFI,
etc.