mirror of
https://github.com/hyperium/hyper.git
synced 2026-01-25 02:16:14 +00:00
16 lines
502 B
TOML
16 lines
502 B
TOML
# See https://github.com/mozilla/cbindgen/blob/master/docs.md#cbindgentoml for
|
|
# a list of possible configuration values.
|
|
language = "C"
|
|
header = """/*
|
|
* Copyright 2026 Sean McArthur. MIT License.
|
|
* Generated by gen_header.sh. Do not edit directly.
|
|
*
|
|
* Full docs at: https://docs.rs/hyper/latest/hyper/ffi/index.html
|
|
*/"""
|
|
include_guard = "_HYPER_H"
|
|
no_includes = true
|
|
sys_includes = ["stdint.h", "stddef.h", "stdbool.h"]
|
|
cpp_compat = true
|
|
documentation_style = "c"
|
|
documentation_length = "short"
|