A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by TSC.
# Cargo.toml
[dependencies]
minstant = "0.1.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Measures elapsed time using a high-performance TSC-based instant.
Ensure the platform supports invariant TSC or handle potential non-monotonic behavior.
No dependency data recorded yet.