4 lines
110 B
Rust

// Utilities for working with OpenCV across different versions
pub mod opencv_compat;
pub mod memory_monitor;