Migrate 13 crates to monorepo

chrono
codespan-reporting
config
configparser
csv
csv-core
debug_tree
downcast
drm-ffi
drm-fourcc
fnv
form_urlencoded
futures-channel

Bug: http://b/339424309
Test: treehugger
Change-Id: Ibb2bd6e9312aa8da02a5ea3a037288b3c33bf131
3 files changed
tree: 4e59ff7a5459b3b46ca9ebcb4c71bd03e67fb315
  1. benches/
  2. patches/
  3. src/
  4. tests/
  5. .cargo_vcs_info.json
  6. Android.bp
  7. Cargo.toml
  8. Cargo.toml.orig
  9. LICENSE
  10. LICENSE-APACHE
  11. LICENSE-MIT
  12. METADATA
  13. MODULE_LICENSE_APACHE2
  14. OWNERS
  15. README.md
README.md

futures-channel

Channels for asynchronous communication using futures-rs.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-channel = "0.3"

The current futures-channel requires Rust 1.56 or later.

License

Licensed under either of Apache License, Version 2.0 or MIT license 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.