diagnosticism 0.4.0

Miscellaneous discrete and simple diagnostics facilities (for Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// diagnostics/mod.rs

use crate::macros::declare_and_publish;

declare_and_publish!(debug_squeezer, DebugSqueezer);
declare_and_publish!(doomgram, DoomGram, doom_scope);
declare_and_publish!(ellipsis, Ellipsis);
mod flf;
declare_and_publish!(password, Password);
declare_and_publish!(pub
    time_format,
    NanosecondsStr,
    nanoseconds_to_string,
);


// ///////////////////////////// end of file //////////////////////////// //