Registry / utility / carboxyl

carboxyl

JSON →
library0.2.2rscratesunverified

A library for functional reactive programming in Rust.

# Cargo.toml [dependencies] carboxyl = "0.2.2"
INSTALL
IMPORT
SIG · CARBOXYL
C
carboxyl
utilityrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sink
use carboxyl::Sink;

Create a sink and subscribe to a mapped stream.

use carboxyl::Sink; fn main() { let sink = Sink::new(); let stream = sink.stream(); let mut listener = stream.map(|x| x * 2).subscribe(|x| println!("{}", x)); sink.send(5); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
carboxyl — cargo add carboxyl · libregistry