ffi_helpers 0.3.0

A crate to help make working with FFI easier.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.anyhow]
version = "1.0.44"

[dependencies.libc]
version = "0.2.36"

[dependencies.thiserror]
version = "1.0.30"

[package]
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
categories = ["development-tools::ffi", "rust-patterns", "asynchronous"]
description = "A crate to help make working with FFI easier."
edition = "2021"
keywords = ["ffi", "error-handling", "foreign", "extern"]
license = "MIT"
name = "ffi_helpers"
readme = "README.md"
repository = "https://github.com/Michael-F-Bryan/ffi_helpers"
resolver = "2"
version = "0.3.0"