cheadergen 0.2.2

Annotations for controlling C/C++ header generation from Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cheadergen"
version.workspace = true
edition.workspace = true
description = "Annotations for controlling C/C++ header generation from Rust."
license.workspace = true
repository.workspace = true

[dependencies]
cheadergen_macros = { workspace = true }

[dev-dependencies]
trybuild = "1"