Files
concrete/compiler/lib/Bindings/Rust
youben11 0ac21fd037 feat: add rust bindings
The rust bindings are intented to access both LLVM/MLIR CAPI as well as
the concrete-compiler one. This initial commit provide the API for
LLVM/MLIR only. Tests should be used as an example to how to generate a
valid DAG of operations in MLIR.
2022-11-02 14:46:38 +01:00
..
2022-11-02 14:46:38 +01:00
2022-11-02 14:46:38 +01:00
2022-11-02 14:46:38 +01:00
2022-11-02 14:46:38 +01:00
2022-11-02 14:46:38 +01:00
2022-11-02 14:46:38 +01:00

Rust Bindings

A Rust library providing an API to the Concrete Compiler.

Build

$ cargo build --release