devela_base_alloc 0.26.0

base alloc shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
// devela_base_alloc::text::fmt::_reexport

use crate::{_TAG_CONSTRUCTION, _TAG_FMT, _reexport};

_reexport! { rust: alloc, location: "text/fmt", tag: _TAG_FMT!() _TAG_CONSTRUCTION!(),
    doc: "Creates a String using interpolation of runtime expressions.",
    format
}