devela 0.29.0

A development substrate of coherence.
Documentation
// devela/src/lang/hum/code/_.rs
//
#![doc = crate::_tags!(wip)]
#![doc = crate::_DOC_LANG_HUM_CODE!()] // public
#![doc = crate::_doc!(modules: crate::lang::hum; code)]
#![doc = crate::_doc!(flat:"lang")]
#![doc = crate::_doc!(hr)]
//

crate::mods_in! {
    // mod atbash;
    // mod bacon;
    // mod caesar;
    // mod nomenclator;
    // mod polybius;
    // mod vigenere;
}
crate::mods_out! { // _mods
    // _mods {
    //     // atbash::*,
    //     // bacon::*,
    //     // caesar::*,
    //     // nomenclator::*,
    //     // polybius::*,
    //     // vigenere::*,
    // }
}