devela_base_alloc 0.26.0

base alloc shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
// devela_base_alloc::data::topol::linked::_reexport

use crate::{_TAG_DATA_STRUCTURE, _reexport};

_reexport! { rust: alloc::collections, location: "data/topol", tag: _TAG_DATA_STRUCTURE!(),
    doc: "A doubly-linked list with owned nodes.",
    LinkedList
}