Files
concrete/compiler/lib/Bindings/Rust
youben11 52d5d908bb test(rust): complete tests of rust bindings
updated also the API to make it easier to use by:
- creating MLIR components from native rust types instead of require
  MLIR components in the API
- adding helpers around the creation of standard dialects
2022-11-17 09:54:51 +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