cobhan 0.1.1

Cobhan FFI is a system for enabling shared code to be written in Rust and consumed from all major languages/platforms in a safe and effective way, using easy helper functions to manage any unsafe data marshaling.
Documentation
[dependencies.libc]
version = "0.2.103"

[dependencies.serde_json]
version = "1.0.68"

[dependencies.tempfile]
version = "3.2.0"

[features]
cobhan_debug = []

[lib]
crate-type = ["rlib"]
name = "cobhan"

[package]
authors = ["Jeremiah Gowdy <jeremiah@gowdy.me>", "Jeremiah Senkpiel <fishrock123@rocketmail.com>"]
description = "Cobhan FFI is a system for enabling shared code to be written in Rust and consumed from all major languages/platforms in a safe and effective way, using easy helper functions to manage any unsafe data marshaling."
edition = "2018"
homepage = "https://github.com/godaddy/cobhan-rust"
license-file = "LICENSE"
name = "cobhan"
readme = "README.md"
repository = "https://github.com/godaddy/cobhan-rust"
version = "0.1.1"