//! This module contains data type definitions used in other parts the BurritOS //! They are separated from the rest of the operating system so as to promote //! reusability and to separate data constructs proper from state and actions. pub mod list; pub mod objaddr; pub mod cfg;