Crate fake_instant
source ·Expand description
fake_clock
A crate providing a virtual clock mimicking std::time::Instant
’s interface, enabling full
control over the flow of time during testing.
Structs
- Struct representing a fake instant.
A crate providing a virtual clock mimicking std::time::Instant
’s interface, enabling full
control over the flow of time during testing.