devela 0.27.0

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

// pub mod exchange; // trade, barter, transfer
// pub mod incentive; // motivation via reward/penalty
// pub mod labor; // work as economic input
// pub mod market; // structured exchange systems
// pub mod resource; // scarcity, allocation
// pub mod value; // what is valued

crate::structural_mods! { // _pub_mods
    _pub_mods {
        // pub use super::{
        //     exchange::_all::*,
        //     incentive::_all::*,
        //     labor::_all::*,
        //     market::_all::*,
        //     resource::_all::*,
        //     value::_all::*,
        // };
    }
}