minstant 0.1.0

A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by TSC
Documentation
language: rust
env:
  global:
    - RUST_BACKTRACE=1

arch:
  - arm64

os:
  - linux

rust:
  - stable

script:
  - rustup component add rustfmt
  - rustup component add clippy
  - cargo fmt --all -- --check
  - cargo build --workspace --all-targets
  - cargo test --workspace --all-targets -- --nocapture
  - cargo bench --workspace --all-targets