Crate signalo_sources

Source
Expand description

A collection of filters used in ‘signalo’ umbrella crate.

Re-exports§

pub extern crate num_traits;
pub extern crate signalo_traits;
pub use signalo_traits as traits;

Modules§

cache
Caching wrapper sinks.
chain
Chain sources.
constant
Constant value sources.
cycle
Cycle sources.
from_iter
Iterator bridging sources.
increment
Monotonically incrementing sources.
into_iter
Iterator bridging sources.
pad
Padding sources.
peek
Peakable wrapper sinks.
repeat
Value repeating sources.
skip
Skipping sources.
take
Trimming sources.