devela 0.28.0

A development substrate of coherence.
Documentation
// devela::lang::hum::code
//
#![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)]
//

// mod atbash;
// mod bacon;
// mod caesar;
// mod nomenclator;
// mod polybius;
// mod vigenere;

crate::structural_mods! { // _mods
    // _mods {
    //     // atbash::*,
    //     // bacon::*,
    //     // caesar::*,
    //     // nomenclator::*,
    //     // polybius::*,
    //     // vigenere::*,
    // }
}