devela 0.28.0

A development substrate of coherence.
Documentation
// devela::phys::subs
//
#![doc = crate::_tags!(wip)]
#![doc = crate::_DOC_PHYS_SUBS!()] // public
#![doc = crate::_doc!(modules: crate::phys; subs)]
#![doc = crate::_doc!(flat:"phys")]
#![doc = crate::_doc!(hr)]
//

// mod body; // Body, Medium
// mod iface; // interfaces, boundaries, layered media
// mod mat; // MaterialKind, MaterialId
// mod phase; // Phase
// mod resp; // shared response properties
// mod state; // substrate-side state distinctions

crate::structural_mods! { // _mods
    _mods {
        // pub use super::{
        //     body::_all::*,
        //     iface::_all::*,
        //     mat::_all::*,
        //     phase::_all::*,
        //     resp::_all::*,
        //     state::_all::*,
        // }
    }
}