diagnosticism 0.3.1

Miscellaneous discrete and simple diagnostics facilities (for Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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!(time_format, nanoseconds_to_string);


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