Jason Travis Smith d148130612 Adding the CString wrapping functionality.
This is currently just wrapping the rust standard library. This should
later become our own implementation.
2019-06-24 19:55:35 -04: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%