interoptopus_backend_cpython 0.14.21

Generates CPython bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "interoptopus_backend_cpython"
description = "Generates CPython bindings."
version = "0.14.21"
edition = "2018"
license = "MIT"
keywords = ["ffi", "code-generation", "bindings", "python"]
categories = ["api-bindings", "development-tools::ffi"]
documentation = "https://docs.rs/interoptopus_backend_cpython/"
repository = "https://github.com/ralfbiedert/interoptopus"

[dependencies]
interoptopus = { path = "../../core", version = "0.14.0" }

[dev-dependencies]
interoptopus = { path = "../../core" }
interoptopus_reference_project = { path = "../../reference_project" }