//! This crate holds all declarative parts of rorm which do not depend
//! on another crate.
#![cfg_attr(docsrs,feature(doc_cfg))]#![warn(missing_docs)]pubmodconfig;/// This module holds the internal model representation
pubmodimr;pubmodlints;/// This module holds the definition of migration files
pubmodmigration;