cap-time-ext 3.4.1

Extension traits for `SystemClock` and `MonotonicClock`
Documentation
<div align="center">
  <h1><code>cap-time-ext</code></h1>

  <p>
    <strong>Extension traits for `SystemClock` and `MonotonicClock`</strong>
  </p>

  <p>
    <a href="https://github.com/bytecodealliance/cap-std/actions?query=workflow%3ACI"><img src="https://github.com/bytecodealliance/cap-std/workflows/CI/badge.svg" alt="Github Actions CI Status" /></a>
    <a href="https://crates.io/crates/cap-time-ext"><img src="https://img.shields.io/crates/v/cap-time-ext.svg" alt="crates.io page" /></a>
    <a href="https://docs.rs/cap-time-ext"><img src="https://docs.rs/cap-time-ext/badge.svg" alt="docs.rs docs" /></a>
  </p>
</div>

The `cap-time-ext` crate provides extension traits adding extra features
to clock types such as [`SystemClock`] and [`MonotonicClock`].

[`SystemClock`]: https://docs.rs/cap-std/latest/cap_std/time/struct.SystemClock.html
[`MonotonicClock`]: https://docs.rs/cap-std/latest/cap_std/time/struct.MonotonicClock.html