mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
12 lines
263 B
TOML
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"]
|