devela_base_alloc 0.26.0

base alloc shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
// devela_base_alloc::data::layout::array::vec
//
//! Dynamic arrays.
//

mod _reexport;

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