1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
// 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::*, // } }