File: CHANGELOG.md

package info (click to toggle)
rust-async-stream 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 0.3.4

* Improve support for `#[track_caller]` (#72)
* Reduce unsafe code (#77)

# 0.3.3

* Fix a bug where `yield` and `?` cannot be used on the same line (#66)

# 0.3.2

* Expand `yield` in internal macro calls (#57)

# 0.3.1

* Support reexporting (#46)
* Allow yielding `!Unpin` values (#50)
* Implement `Stream::size_hint` method on `AsyncStream` (#40)
* Documentation improvements

# 0.3.0

* Remove proc-macro-hack (#30)