UniversalUI_Base/
lib.rs

1//  UniversalUI_Base - lib.rs
2//  created by sebhall on 28/07/2023
3//  
4//  UniversalUI_Base contains definitions for types
5//  common to other modules of the UniversalUI framework.
6//
7//  lib.rs declares the crate submodules.
8
9#![allow(non_snake_case)]
10
11pub mod general;
12pub mod debug;
13pub mod geometry;