devela 0.27.0

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

// pub mod field;  // outdoor, survival, navigation, campcraft
// pub mod make;   // fabrication, tools, construction, crafting
// pub mod prof;   // professions, trades, vocational lineages
// pub mod tend;   // repair, maintenance, stewardship of things
// pub mod wear;   // clothing, equipment, carried artifacts

crate::structural_mods! { // _pub_mods
    _pub_mods {
        // pub use super::{
        //     field::_all::*,
        //     make::_all::*,
        //     prof::_all::*,
        //     tend::_all::*,
        //     wear::_all::*,
        // };
    }
}