Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / third_party / rust / futures-sink / README.md
blob1d683e95b56e1b114886b41189bc97aa318fe0ef
1 # futures-sink
3 The asynchronous `Sink` trait for the futures-rs library.
5 ## Usage
7 Add this to your `Cargo.toml`:
9 ```toml
10 [dependencies]
11 futures-sink = "0.3"
12 ```
14 The current `futures-sink` requires Rust 1.36 or later.
16 ## License
18 Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
19 [MIT license](LICENSE-MIT) at your option.
21 Unless you explicitly state otherwise, any contribution intentionally submitted
22 for inclusion in the work by you, as defined in the Apache-2.0 license, shall
23 be dual licensed as above, without any additional terms or conditions.