devela_base_std 0.26.0

base std shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
// devela_base_std::data::codec::hash::_reexport
//
//!
//

use crate::{_TAG_HASH, _reexport};

_reexport! { rust: std::hash, location: "data/hash", tag: _TAG_HASH!(),
    doc: "The default state for [`HashMapStd`][crate::HashMapStd].",
    RandomState
}