clock-zones 0.4.1

A library for handling clock zones.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.ordered-float]
optional = true
version = "^2.0.1"

[features]
default = ["float"]
float = ["ordered-float"]

[package]
authors = ["Maximilian Köhl <koehl@cs.uni-saarland.de>"]
categories = ["algorithms", "data-structures", "science"]
description = "A library for handling clock zones."
documentation = "https://docs.rs/clock-zones"
edition = "2018"
license = "MIT"
name = "clock-zones"
repository = "https://github.com/koehlma/momba"
version = "0.4.1"