directcpp 0.1.14

Direct call cpp from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "directcpp"
version = "0.1.14"
categories = ["development-tools::ffi", "api-bindings"]
description = "Direct call cpp from Rust"
edition = "2021"
homepage = "https://github.com/swigger/directcpp"
keywords = ["ffi", "c++", "cpp"]
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/swigger/directcpp"
links="directcpp_res"
rust-version = "1.77"

[dependencies]
directcpp-macro = { path="macro", version = "0.1.14" }
static_assertions = "1.1.0"