//! Rapid prototyping GUI, and visual printf-style debugging for computer vision development.
#![warn(missing_docs)]pubmodapp;pubmodcommon;pubmodentities;pubmodgui;pubmodmanager;pubmodmath;pubmodutilities;// Makes sure that example code in the readme compiles.
#[doc=include_str!("../README.md")]#[cfg(doctest)]pubstructReadmeDoctests;