ffi-support 0.1.3

A crate to help expose Rust functions over the FFI.
Documentation
[badges.travis-ci]
repository = "mozilla/application-services"
[dependencies.backtrace]
optional = true
version = "0.3.9"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0.79"

[dependencies.serde_json]
version = "1.0.32"

[features]
default = []
log_backtraces = ["backtrace"]

[package]
authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"]
categories = ["development-tools::ffi"]
description = "A crate to help expose Rust functions over the FFI."
edition = "2018"
keywords = ["ffi", "bindings"]
license = "MPL-2.0"
name = "ffi-support"
readme = "README.md"
repository = "https://github.com/mozilla/application-services"
version = "0.1.3"