changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / cbindgen.toml

changeset 0: eb8ed24e8a76
child: 315fedf35bc7
author: ellis <ellis@rwest.io>
date: Sun, 30 Apr 2023 22:01:32 -0400
permissions: -rw-r--r--
description: init
1 include_guard = "mpk_ffi_h"
2 autogen_warning = "/* DO NOT TOUCH */"
3 include_version = true
4 language = "C"
5 cpp_compat = true
6 line_length = 88
7 
8 [parse]
9 parse_deps = true
10 include = ["mpk_config", "mpk_hash"]
11 extra_bindings = ["mpk_hash", "mpk_config"]