mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 12:44:57 -05:00
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.
10 lines
123 B
Markdown
10 lines
123 B
Markdown
# Rust Bindings
|
|
|
|
A Rust library providing an API to the Concrete Compiler.
|
|
|
|
### Build
|
|
|
|
```bash
|
|
$ cargo build --release
|
|
```
|