chess_clock 0.1.1

A futures-based chess clock which provides timeout-like functionality for other futures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.futures]
version = "^0.1.20"

[dependencies.tokio]
version = "^0.1.11"

[package]
authors = ["Aaron Liblong <liblonga@hotmail.com>"]
description = "A futures-based chess clock which provides timeout-like functionality for other futures."
license = "GPL-3.0-or-later"
name = "chess_clock"
repository = "https://github.com/aliblong/chess_clock"
version = "0.1.1"