This was mostly just a change to the cargo edition target. I also went and removed the weave requirement. It was just a function wrapper around the ? operator that was new at that time. As this has become very common place I just swapped the code over to it.
Binding
There are many common data types and functions used when interfacing with C libraries. The Binding library attempts to define the more commonly needed types and functions to help speed up the process of wrapping these libraries.
Description
Languages
Rust
100%