mock_instant 0.3.2

a simple way to mock an std::time::Instant
Documentation
[dependencies.once_cell]
optional = true
version = "1.17"

[features]
default = []
sync = ["once_cell"]

[package]
authors = ["museun <museun@outlook.com>"]
description = "a simple way to mock an std::time::Instant"
documentation = "https://docs.rs/mock_instant"
edition = "2018"
keywords = ["mock", "test", "time", "instant"]
license = "0BSD"
name = "mock_instant"
readme = "README.md"
repository = "https://github.com/museun/mock_instant"
version = "0.3.2"