continue_stream 0.1.1

A Swift-style AsyncIterator.Continuation-style channel for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.1] - 2026-02-15

### Changed
- Switched synchronization internals to `wasm_safe_thread` for improved WASM-target compatibility.
- Expanded project scripts for fmt/check/clippy/tests/docs and release workflows.
- Updated CI configuration and matrix coverage for native and wasm32 targets.
- Added repository `.gitignore` setup and cleanup for generated artifacts.