aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-03 22:48:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-03 22:48:22 +0000
commit48f49923d4a232573af6aaf845b1bb1859723ee1 (patch)
tree293797d0942b5af981dc60556bb9012cfea101df /README.md
parent87fd795cdce017992bab9bb88c6d8ecba43ea65a (diff)
parentae03569e265f2bf9cdeddc66fa85e7855c1bffa0 (diff)
downloadfutures-sink-48f49923d4a232573af6aaf845b1bb1859723ee1.tar.gz
Update futures-sink to 0.3.21 am: 9bc9a9ce62 am: ae03569e26
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-sink/+/2005432 Change-Id: I8402bf91ab80106f53bbdbf092353fad667e3cac
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1d683e9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# futures-sink
+
+The asynchronous `Sink` trait for the futures-rs library.
+
+## Usage
+
+Add this to your `Cargo.toml`:
+
+```toml
+[dependencies]
+futures-sink = "0.3"
+```
+
+The current `futures-sink` requires Rust 1.36 or later.
+
+## License
+
+Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
+[MIT license](LICENSE-MIT) at your option.
+
+Unless you explicitly state otherwise, any contribution intentionally submitted
+for inclusion in the work by you, as defined in the Apache-2.0 license, shall
+be dual licensed as above, without any additional terms or conditions.