Files
concrete/compiler/lib/Bindings/Rust
youben11 8c6a0859cd refactor(rust): add Rust wrapper for every CStruct
we want to wrap CStructs in RustStructs to own them, and free memeory
when they are no longer used. Users won't have to deal with the direct
binded CAPI, but the new wrappers
2023-01-02 12:10: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