clock-zones 0.1.4

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

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

[dependencies]
ordered-float = { version = "^2.0.1", optional = true }