We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87eda commit 277d055Copy full SHA for 277d055
capi/cbindgen.toml
@@ -1,12 +1,15 @@
1
-# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml for
+# See https://github.com/mozilla/cbindgen/blob/master/docs.md#cbindgentoml for
2
# a list of possible configuration values.
3
language = "C"
4
header = """/*
5
- * Copyright 2021 Sean McArthur. MIT License.
+ * Copyright 2023 Sean McArthur. MIT License.
6
* Generated by gen_header.sh. Do not edit directly.
7
+ *
8
+ * Full docs at: https://docs.rs/hyper/latest/hyper/ffi/index.html
9
*/"""
10
include_guard = "_HYPER_H"
11
no_includes = true
12
sys_includes = ["stdint.h", "stddef.h", "stdbool.h"]
13
cpp_compat = true
14
documentation_style = "c"
15
+documentation_length = "short"
0 commit comments