Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Bloom
Filter Rs - A simple Bloom filter over stream elements.
- Count
MinSketch Rs - A count-min sketch for streaming frequency estimation.
- Lazy
Stream - A purely Rust-level lazy stream (for algorithm testing).
- Mealy
Machine Rs - A Mealy machine over Rust values: given state S, reads input I, emits output O.
- Moore
Machine Rs - A Moore machine over Rust values: output depends only on state.
- Priority
Merge - A reactive stream combinator that merges two streams by priority.
- Stream
Decl Stats - Count stream-related declarations by category.
- Stream
Window - A stream window that maintains a sliding window over a stream.