Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 5,107 | 2,691 | ||
tests/ | 25-Apr-2025 | - | 1,493 | 1,094 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 6 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1.1 KiB | 47 | 43 | |
CHANGELOG.md | D | 25-Apr-2025 | 5.2 KiB | 181 | 115 | |
Cargo.toml | D | 25-Apr-2025 | 2.8 KiB | 161 | 132 | |
LICENSE | D | 25-Apr-2025 | 1 KiB | 22 | 17 | |
METADATA | D | 25-Apr-2025 | 403 | 18 | 17 | |
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 333 | 14 | 8 | |
TEST_MAPPING | D | 25-Apr-2025 | 256 | 14 | 13 | |
cargo_embargo.json | D | 25-Apr-2025 | 238 | 17 | 16 |
README.md
1# tokio-stream 2 3Utilities to work with `Stream` and `tokio`. 4 5## License 6 7This project is licensed under the [MIT license](LICENSE). 8 9### Contribution 10 11Unless you explicitly state otherwise, any contribution intentionally submitted 12for inclusion in Tokio by you, shall be licensed as MIT, without any additional 13terms or conditions. 14