ekko 0.1.1

Ekko is a simple utility for sending echo requests, giving you (mostly) everything you need.
Documentation
[dependencies.byteorder]
version = "1.3.4"

[dependencies.rand]
version = "0.7.3"

[dependencies.socket2]
version = "0.3.15"

[dependencies.thiserror]
version = "1.0.20"

[dependencies.trust-dns-resolver]
version = "0.19.5"

[package]
authors = ["André Kristiansen"]
description = "Ekko is a simple utility for sending echo requests, giving you (mostly) everything you need."
edition = "2018"
exclude = [".gitattributes", ".gitignore", ".github/**", ".cargo/**"]
homepage = "https://github.com/dev-bio/ekko"
license = "MIT"
name = "ekko"
readme = "README.md"
repository = "https://github.com/dev-bio/ekko"
version = "0.1.1"