Files
concrete/cbindgen.toml
2022-03-25 14:27:02 +01:00

12 lines
263 B
TOML

# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
# for detailed documentation of every option here.
language = "C++"
namespaces = ["concrete_optimizer"]
[parse]
include = ["optimisation"]
[export]
item_types = ["structs", "functions"]