move GenericCache to common place
[nihav.git] / nihav-core / src / lib.rs
index a3e2df12925794f2ebc2c023c1fab8d760b60335..4b6729c861c74c98b43c01e2f928f0e40cefebe3 100644 (file)
@@ -26,4 +26,6 @@ pub mod scale;
 #[allow(clippy::unreadable_literal)]
 pub mod dsp;
 
+pub mod data;
+
 pub mod test;