sheaf 0.0.1

Friendly, fast, and efficient network programming. Under construction.
[package]
name = "sheaf"
version = "0.0.1"
edition = "2018"
authors = ["Nate Benes <nate@prefork.net>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/sheaf-rs/sheaf"
description = """
Friendly, fast, and efficient network programming. Under construction.
"""
categories = ["asynchronous", "network-programming", "os"]
keywords = ["api", "async", "io", "network"]

[dependencies]
log = "0.4.8"