rapid_time 0.1.2

A library for datetimes and durations, which are useful to model times in combinatorial optimization problems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Leon Sering"]
categories = ["date-and-time"]
description = "A library for datetimes and durations, which are useful to model times in combinatorial optimization problems."
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["time", "date", "datetime", "duration", "leap_year"]
license = "MIT"
name = "rapid_time"
readme = "README.md"
repository = "https://github.com/LeonSering/rapid_time"
version = "0.1.2"