Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
time-core
/
src
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 361 B
Quelle lib.rs Sprache: unbekannt
//! Core items for `time`.
//!
//! This crate is an implementation detail of `time` and should not be relied upon directly.
#![no_std]
#![doc(html_favicon_url = "
https://avatars0.githubusercontent.com/u/55999857
")]
#![doc(html_logo_url = "
https://avatars0.githubusercontent.com/u/55999857
")]
#![doc(test(attr(deny(warnings))))]
pub mod convert;
pub mod util;
[ Dauer der Verarbeitung: 0.25 Sekunden (vorverarbeitet)
]
2026-04-02