computer: renames

This commit is contained in:
nym21
2026-01-10 10:23:29 +01:00
parent 69729842a4
commit 3bc0615000
229 changed files with 3203 additions and 3944 deletions

View File

@@ -1,21 +1,9 @@
mod aggregation;
mod compute;
mod computed;
mod derived;
mod group;
mod lazy;
mod specialized;
mod multi;
mod single;
mod traits;
mod transform;
mod vec;
pub(crate) use aggregation::*;
pub(crate) use compute::*;
pub(crate) use computed::*;
pub(crate) use derived::*;
pub(crate) use group::*;
pub(crate) use lazy::*;
pub(crate) use specialized::*;
pub(crate) use multi::*;
pub(crate) use single::*;
pub(crate) use traits::*;
pub(crate) use transform::*;
pub(crate) use vec::*;