Module libdata::time []

Data structures to work with the time and split it into a timeline.

The Timeline is a time interval subdivided into smaller intervals. However, these smaller intervals don't have to be the same length.

There's already the Time structure, which allows addressing an instant in time in absolute and relative way.

Structs

IntervalIter

An iterator over the intervals of a Timeline.

Timeline

A timeline.

Enums

Time

A time specification, as requested by the client.