From a1acfd8c20475e8a878b012ac4aa90b361f004ae Mon Sep 17 00:00:00 2001 From: Aoi Kurokawa <62386689+aoikurokawa@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:36:08 +0900 Subject: [PATCH] readme: add readme for tokio-stream (#6456) --- tokio-stream/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tokio-stream/README.md diff --git a/tokio-stream/README.md b/tokio-stream/README.md new file mode 100644 index 000000000..cd62f8995 --- /dev/null +++ b/tokio-stream/README.md @@ -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.