rx_rust_mp 0.6.4

A protoype implementation of the ReactiveX API in Rust using a message passing approach
Documentation
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.12.0"

[dependencies.futures]
features = ["thread-pool"]
version = "0.3.25"

[dependencies.log]
version = "0.4.17"

[dependencies.num-traits]
optional = true
version = "0.2.15"

[features]
default = ["math", "recurring"]
math = ["dep:num-traits"]
recurring = ["dep:async-std"]

[package]
authors = ["Anton Oellerer"]
categories = ["asynchronous", "concurrency"]
description = "A protoype implementation of the ReactiveX API in Rust using a message passing approach"
edition = "2021"
keywords = ["reactivex", "rx", "frp", "mp", "message-passing"]
license-file = "LICENSE.md"
name = "rx_rust_mp"
readme = "README.md"
repository = "https://github.com/AntonOellerer/rx_rust_mp"
version = "0.6.4"