mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-19 08:54:26 -05:00
9 lines
224 B
Rust
9 lines
224 B
Rust
#![allow(clippy::missing_safety_doc, dead_code)]
|
|
#![cfg_attr(feature = "nightly", feature(stdsimd))]
|
|
#![cfg_attr(feature = "nightly", feature(avx512_target_feature))]
|
|
|
|
extern crate alloc;
|
|
|
|
pub mod c_api;
|
|
mod implementation;
|