Docs.rs
rskit-stream-0.2.0-alpha.5
rskit-stream 0.2.0-alpha.5
Permalink
Docs.rs crate page
MIT
20 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
kbukum
Dependencies
async-stream ^0.3
normal
futures ^0.3
normal
futures-util ^0.3
normal
parking_lot ^0.12
normal
rskit-errors ^0.2.0-alpha.1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module transform
rskit_
stream
0.2.0-alpha.5
Module transform
Module Items
Functions
In rskit_
stream::
operators
rskit_stream
::
operators
Module
transform
Copy item path
Source
Expand description
Transformation operators:
rmap
,
rfilter
,
rtap
, and
rreduce
.
Functions
ยง
distinct
Emit only the first occurrence of each item.
partition
Split a stream into two streams based on
predicate
.