interoptopus 0.10.3

The polyglot bindings generator for your library (C#, C, Python, ...). 🐙
Documentation
[dependencies.interoptopus_proc]
optional = true
version = "0.10.0"

[dependencies.log]
optional = true
version = "0.4.14"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies]

[features]
default = ["derive"]
derive = ["interoptopus_proc"]

[package]
authors = ["Ralf Biedert <rb@xr.io>"]
categories = ["api-bindings", "development-tools::ffi"]
description = "The polyglot bindings generator for your library (C#, C, Python, ...). 🐙"
documentation = "https://docs.rs/interoptopus/"
edition = "2018"
keywords = ["ffi", "code-generation", "bindings"]
license = "MIT"
name = "interoptopus"
repository = "https://github.com/ralfbiedert/interoptopus"
version = "0.10.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]