devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// devela::_doc::_links
//
//! Private common intra-doc links definitions built using the [`_doclink`] macro
//

#![allow(clippy::crate_in_macro_def, reason = "can't work with $crate")]

use crate::CONST;

// intradoc links

CONST! { hidden macro_export,
    _DOCLINK_CONST_INIT =
        crate::doclink!(custom devela "[`ConstInit`]" "code/trait.ConstInit.html");
}