changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / cbindgen.toml

changeset 9: b9720ba9c4a0
parent: 315fedf35bc7
author: ellis <ellis@rwest.io>
date: Mon, 08 May 2023 21:11:03 -0400
permissions: -rw-r--r--
description: readme, removed redundant script
1 include_guard = "demo_h"
2 autogen_warning = "/* DO NOT TOUCH */"
3 include_version = true
4 language = "C"
5 cpp_compat = true
6 line_length = 88
7 documentation = true
8 [parse]
9 parse_deps = true
10 include = ["obj","fig","libc"]
11 extra_bindings = ["obj","fig","libc"]
12 #expand = ["demo","obj"]
13 #[parse.expand]
14 #crates = ["demo"]