nylon 0.1.0

An async/.await based job system where futures live in fibers that are run on core-pinned threads.
Documentation
[dependencies.core_affinity]
version = "0.5"

[dependencies.futures]
version = "0.3"

[package]
authors = ["Elliot Godzich <elliot@godzi.ch>"]
categories = ["asynchronous", "concurrency"]
description = "An async/.await based job system where futures live in fibers that are run on core-pinned threads."
documentation = "https://docs.rs/nylon/0.1.0/nylon/"
edition = "2018"
homepage = "https://github.com/rope-bridge/nylon"
keywords = ["fibers", "threads", "affinity", "job", "futures"]
license = "MIT"
name = "nylon"
readme = "README.md"
repository = "https://github.com/rope-bridge/nylon"
version = "0.1.0"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3"