Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / third_party / rust / mapped_hyph / cbindgen.toml
blob6535c0754ded13706435cfb7d4ecc65c2cdc6ad0
1 # This is a template cbindgen.toml file with all of the default values.
2 # Some values are commented out because their absence is the real default.
4 # See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
5 # for detailed documentation of available options.
7 language = "C"
9 ############## Options for Wrapping the Contents of the Header #################
11 header = """/*
12  * Copyright 2019 Mozilla Foundation. See the COPYRIGHT
13  * file at the top-level directory of this distribution.
14  *
15  * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
16  * https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
17  * <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
18  * option. This file may not be copied, modified, or distributed
19  * except according to those terms.
20 **/
22 /* clang-format off */
23 """
24 trailer = "/* clang-format on */"
25 include_guard = "mapped_hyph_h"
26 autogen_warning = """/*
27  * Warning, this file is autogenerated by cbindgen. Don't modify this manually.
28  */
29 """
30 include_version = false
31 sys_includes = ["stdbool.h", "stdint.h"]
32 no_includes = true