mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
All types which are errors should impl the std::error::Error trait. So that for example they could be put inside a `Box<dyn std::error::Error>`.
Rust Bindings
A Rust library providing an API to the Concrete Compiler.
Build
$ cargo build --release