hang-c 0.7.0

Media over QUIC, C Interface
Documentation
# cbindgen configuration for hang-c

language = "C"
include_guard = "HANG_H"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
pragma_once = true
cpp_compat = true
style = "both"

[export]
include = ["hang"]
prefix = "Hang"

[export.rename]

[parse]
parse_deps = false
include = ["hang"]

[layout]
aligned_n = "HANG_ALIGN"

[defines]
"target_os = windows" = "HANG_WINDOWS"
"target_os = linux" = "HANG_LINUX"
"target_os = macos" = "HANG_MACOS"

[fn]
prefix = "hang_"
rename_args = "GeckoCase"

[struct]
rename_fields = "ScreamingSnakeCase"

[enum]
rename_variants = "ScreamingSnakeCase"

[macro_expansion]
bitflags = true