hicc 0.2.3

Safe, efficient, full-featured FFI between Rust and C++
Documentation
[build-dependencies.hicc-build]
version = "0.2.1"

[dependencies.hicc_macros]
version = "0.2.0"

[dependencies.rustversion]
version = "0.1"

[lib]
name = "hicc"
path = "src/lib.rs"

[package]
authors = ["hantingjun <hantingjun@huawei.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Safe, efficient, full-featured FFI between Rust and C++"
edition = "2021"
keywords = ["ffi", "c++", "cpp", "cxx", "cc"]
license = "MIT OR Apache-2.0"
links = "hicc"
name = "hicc"
readme = "README.md"
repository = "https://gitcode.com/xuanwu/hicc"
version = "0.2.3"