deep-time 0.1.0-beta.3

High-precision, no-std, no-alloc date-time library, leap-seconds, time scales, relativistic time, and a powerful date & duration parser
Documentation
1
2
3
4
5
6
7
// use deep_time::*;

fn main() {
    // let x = Dt::from(0, 0, Scale::TAI);
    // let y = Span::new(0, 0);
    // let z = x - y;
}