This commit is contained in:
Pro7ech
2025-10-15 11:11:57 +02:00
parent 008b800c01
commit c604676f2e
13 changed files with 191 additions and 260 deletions

View File

@@ -91,7 +91,7 @@ pub trait LWECompressedAlloc {
}
}
impl<B: Backend> LWECompressedAlloc for Module<B>{}
impl<B: Backend> LWECompressedAlloc for Module<B> {}
impl LWECompressed<Vec<u8>> {
pub fn alloc_from_infos<A, M>(module: &M, infos: &A) -> Self