devela 0.27.0

A development layer of coherence.
Documentation
// devela::org::inst
//
#![doc = crate::_tags!(wip)]
#![doc = crate::_DOC_ORG_INST!()] // public
#![doc = crate::_doc!(modules: crate::org; inst)]
#![doc = crate::_doc!(flat:"org")]
#![doc = crate::_doc!(hr)]
//

// pub mod change; // reform, decay, collapse
// pub mod form; // organizational forms (state, guild, clan)
// pub mod interop; // relations between institutions
// pub mod policy; // internal policies and procedures
// pub mod rules; // founding rules and purposes
// pub mod service; // institutional functions (health, education, aid)

crate::structural_mods! { // _pub_mods
    _pub_mods {
        // pub use super::{
        //     agreement::_all::*,
        //     change::_all::*,
        //     form::_all::*,
        //     interop::_all::*,
        //     policy::_all::*,
        //     service::_all::*,
        // };
    }
}