txrx 0.1.0

A Rust take on the C++ unified executors proposal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.either]
default-features = false
version = "1.6"

[dev-dependencies]

[features]
test = []

[package]
categories = ["executors", "tasks", "async"]
description = "A Rust take on the C++ unified executors proposal"
edition = "2018"
keywords = ["executors", "tasks", "async"]
license = "MIT/Apache-2.0"
name = "txrx"
repository = "https://github.com/AndWass/txrx"
version = "0.1.0"