prowocessing: apply most basic reviews

This commit is contained in:
Schrottkatze 2024-02-23 12:03:46 +01:00
commit ddc1f935c6
No known key found for this signature in database
7 changed files with 48 additions and 43 deletions

View file

@ -1,7 +1,5 @@
//! Definitions of the data transfer and storage types.
/// Types for element and pipeline IO
pub mod io;
/// Raw data types contained in `io`
pub mod raw;