bindgen_helpers 0.4.4

Utilities to rename, change case, and fix Rust code generated by bindgen from C headers
Documentation
[dependencies.bindgen]
version = ">=0.70.0"

[dependencies.convert_case]
version = "0.8.0"

[dependencies.regex]
version = "1.11.1"

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

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"
unused_qualifications = "warn"

[package]
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi", "development-tools::build-utils"]
description = "Utilities to rename, change case, and fix Rust code generated by bindgen from C headers"
edition = "2021"
keywords = ["ffi", "bindgen", "rename", "case", "convert"]
license = "MIT OR Apache-2.0"
name = "bindgen_helpers"
readme = "README.md"
repository = "https://github.com/nyurik/bindgen_helpers"
rust-version = "1.71"
version = "0.4.4"