tick 0.3.3

Provides primitives to interact with and manipulate machine time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Time Examples

These examples demonstrate the features and capabilities of `tick` primitives:

- [Basic]tick_basic.rs: Quick introduction to time primitives.
- [Clock]clock.rs: More examples of how to use the `Clock` type, `Stopwatch`, and `Timer`.
- [Data]data.rs: Demonstrates how to integrate `SystemTime` with serializable data.
- [Interop Jiff]interop_jiff.rs: Showcases interoperability with the [jiff]https://docs.rs/jiff crate, including formatting timestamps into time-zone-aware date-times.
- [Interop Chrono]interop_chrono.rs: Showcases interoperability with the [chrono]https://docs.rs/chrono crate, including formatting timestamps into time-zone-aware date-times.
- [Interop Time]interop_time.rs: Showcases interoperability with the [time]https://docs.rs/time crate, including formatting timestamps into time-zone-aware date-times.
- [Clock Control]clock_control.rs: Demonstrates how to use `ClockControl` to control the passage of time.