time_duration_api 0.1.4

This crate provides a time/duration API for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "time_duration_api"
version = "0.1.4"
edition = "2021"
description = " This crate provides a time/duration API for Rust"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.33"