directcpp 0.1.2

Direct call cpp from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.directcpp-macro]
version = "0.1.2"

[package]
categories = ["development-tools::ffi", "api-bindings"]
description = "Direct call cpp from Rust"
edition = "2021"
homepage = "https://github.com/swigger/directcpp"
keywords = ["ffi", "c++", "cpp"]
license = "MIT OR Apache-2.0"
name = "directcpp"
readme = "README.md"
repository = "https://github.com/swigger/directcpp"
rust-version = "1.76"
version = "0.1.2"