[go: up one dir, main page]

cpp 0.3.1

Inline C++ code closures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cpp"
version = "0.3.1"
authors = ["Michael Layzell <michael@thelayzells.com>"]
description = "Inline C++ code closures"
readme = "../README.md"
license = "MIT/Apache-2.0"
keywords = ["c", "cxx", "ffi", "compiler"]
categories = ["development-tools::ffi"]
repository = "https://github.com/mystor/rust-cpp"
documentation = "https://docs.rs/cpp"

[dependencies]
cpp_macros = { version = "=0.3.1", path = "../cpp_macros" }