cimpl 0.1.0

Adds build time type definitions for C-FFI signature checking
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.cimpl-macros]
version = "0.1.0"

[dependencies.prettyplease]
optional = true
version = "0.2.15"

[dependencies.proc-macro2]
version = "1.0.70"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.41"

[features]
default = ["pretty"]
pretty = ["dep:prettyplease"]

[package]
description = "Adds build time type definitions for C-FFI signature checking"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "cimpl"
readme = "README.md"
repository = "https://github.com/MasterAwesome/cimpl"
version = "0.1.0"