Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/third_party/rust/env_logger/src/fmt/humantime/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 307 B image not shown  

Quelle  mod.rs   Sprache: unbekannt

 
/*
This internal module contains the timestamp implementation.

Its public API is available when the `humantime` crate is available.
*/

#[cfg_attr(feature = "humantime", path = "extern_impl.rs")]
#[cfg_attr(not(feature = "humantime"), path = "shim_impl.rs")]
mod imp;

pub(in crate::fmt) use self::imp::*;

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]