mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
- allows to share data safely between C and Rust and make sure it gets destroyed with the right destructor - apply formatting to C tests - add a script to symlink the dependency lib to a fixed name - the rust build system adds a fingerprint to the lib name which is not practical when we are linking our C test executable - link the most recent artifacts corresponding to the dependency we have