cbindgen.toml (544B)
1 header = """/* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 """ 5 autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen. */""" 6 7 include_guard = "signature_cache_ffi_h" 8 include_version = true 9 braces = "SameLine" 10 line_length = 100 11 tab_width = 2 12 language = "C++" 13 namespaces = [] 14 includes = [] 15 16 [export] 17 exclude = [] 18 item_types = ["opaque", "functions"]