constrained-connection 0.1.0

Simulate constrained network connections.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "constrained-connection"
version = "0.1.0"
authors = ["Max Inden <mail@max-inden.de>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
description = "Simulate constrained network connections."

[dependencies]
futures = "0.3"
futures-timer = "3"

[dev-dependencies]
quickcheck = "1"