1# For documentation, see: https://github.com/eqrion/cbindgen/blob/master/docs.md 2 3include_version = true 4braces = "SameLine" 5line_length = 100 6tab_width = 2 7language = "C++" 8pragma_once = true 9no_includes = true 10sys_includes = ["stdint.h", "sys/types.h"] 11header = "// This file is autogenerated by:\n// cbindgen --config cbindgen.toml doh.rs >doh.h\n// Don't modify manually." 12documentation = true 13style = "tag" 14 15[export] 16item_types = ["globals", "enums", "structs", "unions", "typedefs", "opaque", "functions", "constants"] 17 18[parse] 19parse_deps = true 20include = ["doh"] 21 22[fn] 23args = "Horizontal" 24 25[struct] 26associated_constants_in_body = true 27derive_eq = true 28derive_ostream = true 29 30[enum] 31add_sentinel = true 32derive_helper_methods = true 33derive_ostream = true 34 35[macro_expansion] 36bitflags = true 37