chronometer 0.1.2

A small stopwatch for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "chronometer"
version = "0.1.2"
edition = "2021"
description = "A small stopwatch for rust"
readme = "README.md"
repository = "https://github.com/nowlow/Chronometer"
license = "MIT"
license-file = "LICENSE"
keywords = ["stopwatch", "timer", "time", "chrono"]
categories = ["science"]
authors = ["Naoufel <hello@naoufel.co>"]

[dependencies]