readme: add readme for tokio-stream (#6456)

This commit is contained in:
Aoi Kurokawa 2024-04-03 15:36:08 +09:00 committed by GitHub
parent 328a02c1ce
commit a1acfd8c20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
tokio-stream/README.md Normal file
View File

@ -0,0 +1,13 @@
# tokio-stream
Utilities to work with `Stream` and `tokio`.
## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
terms or conditions.