Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Nov 18, 2021
1 parent 1f1303f commit d75910e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Please check the [releases](https://github.com/mochidev/Bytes/releases) for reco

```swift
dependencies: [
.package(url: "https://github.com/mochidev/Bytes.git", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/mochidev/Bytes.git", .upToNextMinor(from: "0.2.0")),
],
...
targets: [
Expand Down Expand Up @@ -125,6 +125,10 @@ struct Versionstamp {
}
```

### AsyncSequence

Bytes can also be used to pull data from `AsyncSequence` iterators. To learn more, please see [Integration with AsyncSequenceReader](https://github.com/mochidev/AsyncSequenceReader#integration-with-bytes).

## Contributing

Contribution is welcome! Please take a look at the issues already available, or start a new issue to discuss a new feature. Although guarantees can't be made regarding feature requests, PRs that fit within the goals of the project and that have been discussed beforehand are more than welcome!
Expand Down

0 comments on commit d75910e

Please sign in to comment.