#![doc=include_str!("../README.md")]#![warn(missing_docs)]/// Module providing the front-facing [`App`] structure
pubmodapp;/// Module providing [`Controller`] trait
pubmodcontroller;/// Error types
pubmoderrors;/// Renderer internal parts of the library
pubmodrenderer;/// Module providing the [`State`] structure, containing most important things for the renderer
pubmodstate;