• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

benches/25-Apr-2025-13696

patches/25-Apr-2025-256252

src/25-Apr-2025-2,2571,222

tests/25-Apr-2025-1,324874

.cargo-checksum.jsonD25-Apr-20251.4 KiB11

Android.bpD25-Apr-20254.7 KiB216206

Cargo.tomlD25-Apr-20252 KiB9983

LICENSED25-Apr-202512.1 KiB236192

LICENSE-APACHED25-Apr-202510.6 KiB203170

LICENSE-MITD25-Apr-20251.1 KiB2723

METADATAD25-Apr-2025429 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

README.mdD25-Apr-2025591 2415

TEST_MAPPINGD25-Apr-20251.7 KiB8382

cargo_embargo.jsonD25-Apr-2025140 1211

README.md

1# futures-channel
2
3Channels for asynchronous communication using futures-rs.
4
5## Usage
6
7Add this to your `Cargo.toml`:
8
9```toml
10[dependencies]
11futures-channel = "0.3"
12```
13
14The current `futures-channel` requires Rust 1.56 or later.
15
16## License
17
18Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
19[MIT license](LICENSE-MIT) at your option.
20
21Unless you explicitly state otherwise, any contribution intentionally submitted
22for inclusion in the work by you, as defined in the Apache-2.0 license, shall
23be dual licensed as above, without any additional terms or conditions.
24