Files
concrete/compiler/lib/Bindings/Rust
Andi Drebes b7805f00d3 feat(compiler): Add op interface SDFGConvertibleOpInterface
This adds a new operation interface `SDFGConvertibleOpInterface` that
allows an operation to specify how it is converted to an SDFG
process. The interface consists of a single method `convert` that
receives as the arguments the DFG created using `SDFG.init`, a set of
SDFG input streams corresponding to the operands and a set of output
streams for results. The order of the input and output streams
corresponds to the order of the operands and output values,
respectively.
2022-12-08 14:54:14 +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