devela_base_std 0.26.0

base std shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// devela_base_std::data::codec::hash
//
#![doc = crate::_DOC_DATA_CODEC_HASH!()] // public
#![doc = crate::_doc!(modules: crate::data::codec; hash)]
#![doc = crate::_doc!(flat:"data")]
#![doc = crate::_doc!(extends: hash)]
//

mod _reexport; // SYMLINK from /src/data/codec/hash/_reexport_std.rs

crate::structural_mods! { // _reexports
    _reexports { pub use super::_reexport::*; }
}