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
// src/diagnostics/time_format/mod.rs : duration formatting

// NOTE: this work was brought in from **asynkio** via **Diagnosticism.Python**
// 0.16.0

use crate::macros::declare_and_publish;

declare_and_publish!(format, nanoseconds_to_string);
declare_and_publish!(nanoseconds_str, NanosecondsStr);


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