better-stopwatch 0.1.0

This is a module for time measurement in your Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# better-stopwatch
[![CI](https://github.com/ChBrMa/better-stopwatch/actions/workflows/rust.yml/badge.svg?event=push)](https://github.com/ChBrMa/better-stopwatch/actions/workflows/rust.yml)
### This is a module for time measurement in your Rust code

--- 

## **Warning:**

## This project is not yet ready to be used as it is just in early development

---

**Important:**

This is a rework of the original crate [Stopwatch](https://crates.io/crates/stopwatch) because it is no longer maintained for about 6 years. Therefore I will revise Stopwatch and continue with new features as better-stopwatch.