streamx 0.1.2

Stream extensions.
Documentation
# StreamX

[![CI](https://github.com/vilicvane/streamx/actions/workflows/ci.yml/badge.svg)](https://github.com/vilicvane/streamx/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/streamx)](https://crates.io/crates/streamx)
[![docs.rs](https://img.shields.io/docsrs/streamx)](https://docs.rs/streamx)
[![license](https://img.shields.io/crates/l/streamx)](LICENSE)

AI-curated stream utilities for Rust.

## Create

- [combine_latest!]src/combine_latest.rs

## Pipe

- [distinct_until_changed]src/distinct_until_changed.rs
- [latest]src/latest.rs
- [share]src/share.rs

## License

MIT License.