devela_base_alloc 0.26.0

base alloc shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
// devela_base_alloc::lang::prog::ffi::c::_reexport
//
//!
//

use crate::{_TAG_TEXT, _reexport};

_reexport! { rust: alloc::ffi, location: "lang::prog::ffi::c", tag: _TAG_TEXT!(),
    doc: "An owned, C-compatible, nul-terminated string with no nul bytes in the middle.",
    CString
}