scsys-time 0.3.2

temporal abstractions, primitives, and utilities for the scsys ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*
    Appellation: temporal <module>
    Created At: 2025.09.08:20:21:36
    Contrib: @FL03
*/

#[doc(hidden)]
/// The [`Temporal`] trait defines a base interface for all types capable of representing
/// temporal data.
pub trait Temporal {
    private! {}
}