stringpitcher 0.1.3

Ultra low-latency pitch detection library for guitar and bass instruments
# cbindgen configuration for pitchy FFI

language = "C"
include_guard = "PITCHY_H"
autogen_warning = "/* Warning: This file is autogenerated by cbindgen. Do not modify manually. */"

# Header configuration
header = """
/**
 * Pitchy - Pitch Detection Library - C FFI API
 *
 * This header defines the public C API for the Pitchy Rust library.
 * Compatible with iOS (Objective-C/Swift) and Android (JNI).
 *
 * Version: 0.1.0
 */
"""

trailer = """
/* End of pitchy FFI API */
"""

# Include only items from the ffi module
include_version = true
namespace = ""
cpp_compat = true

[defines]

[export]
include = []
exclude = []
prefix = ""
item_types = ["constants", "globals", "enums", "structs", "unions", "typedefs", "opaque", "functions"]
renaming_overrides_prefixing = false

[export.rename]

[export.body]

[export.mangle]

[fn]
rename_args = "None"
args = "auto"
sort_by = "None"

[struct]
rename_fields = "None"
derive_constructor = false
derive_eq = false
derive_neq = false
derive_lt = false
derive_lte = false
derive_gt = false
derive_gte = false

[enum]
rename_variants = "None"
add_sentinel = false
prefix_with_name = false
derive_helper_methods = false
derive_const_casts = false
derive_tagged_enum_destructor = false
derive_tagged_enum_copy_constructor = false
enum_class = false
private_default_tagged_enum_constructor = false

[const]
allow_static_const = true
allow_constexpr = false

[macro_expansion]
bitflags = false

# Documentation settings
[parse]
parse_deps = false
include = []
exclude = []
clean = false
extra_bindings = []

[parse.expand]
crates = []
all_features = false
default_features = true
features = []