Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

BloomFilterRs
A simple Bloom filter over stream elements.
CountMinSketchRs
A count-min sketch for streaming frequency estimation.
LazyStream
A purely Rust-level lazy stream (for algorithm testing).
MealyMachineRs
A Mealy machine over Rust values: given state S, reads input I, emits output O.
MooreMachineRs
A Moore machine over Rust values: output depends only on state.
PriorityMerge
A reactive stream combinator that merges two streams by priority.
StreamDeclStats
Count stream-related declarations by category.
StreamWindow
A stream window that maintains a sliding window over a stream.