ffizz-header 0.3.2

FFI helpers to generate a C header for your library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ffizz-header"
description = "FFI helpers to generate a C header for your library"
repository = "https://github.com/djmitche/ffizz"
readme = "src/crate-doc.md"
documentation = "https://docs.rs/ffizz-header"
license = "MIT"
version = "0.3.2"
edition = "2021"

[dependencies]
linkme = "0.3.3"
itertools = "0.10"
ffizz-macros = { version = "0.3.2", path = "../macros" }

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]