Crate subable

Crate subable 

Source
Expand description

§subable

docs.rs crates.io license documentation 100% forbid unsafe

A low-level asynchronous crate to subscribe on a futures::TryStream.

Structs§

Subable
A stream that can be Subable::subscribed to.
Subed
A subscription to a Topic yielding this topic’s items.

Enums§

Item
A yielded item from a subscription.

Traits§

Topic
The topic that will be used to route items to a specific subscriber.