1#![warn(missing_docs)] 2//! C4 (C-like Language) support for the Oak language framework. 3// Force recompilation 4/// The model module for C4. 5pub mod model;