Myrddin Dundragon 04ecb4072f [#1] Updated the library to compile for Rust 2021.
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.
2025-02-19 20:07:49 -05:00
2019-01-21 21:08:26 -05:00
2017-01-06 19:10:10 -05:00
2017-01-06 19:10:10 -05:00

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
Defines macros and functions commonly used when interfacing with C libraries.
Readme 62 KiB
Languages
Rust 100%