stream_assert 0.1.0

Macros to simplify testing of `Stream` based APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.futures-util]
default-features = false
version = "0.3.28"

[package]
description = "Macros to simplify testing of `Stream` based APIs"
edition = "2021"
license = "MPL-2.0"
name = "stream_assert"
readme = "README.md"
repository = "https://codeberg.org/jplatte/stream_assert"
version = "0.1.0"