Michael-F-Bryan / rust-ffi-guide

A guide for doing FFI using Rust
https://michael-f-bryan.github.io/rust-ffi-guide/
Creative Commons Zero v1.0 Universal
282 stars 18 forks source link

Error handling chapter #75

Closed Michael-F-Bryan closed 6 years ago

Michael-F-Bryan commented 6 years ago

This still needs some work before it's ready for human consumption, but I'm going to merge it in and come back to it later. In particular, the code examples are more like walls of code because of how they've been done (literally {{#include}}'d from the actual example), when they should really be broken down and stepped through one piece at a time.