[roll] Roll fuchsia [async][rust] Move driver libasync to implementation

We were working on this in the driver area because it was the only
client, but we are looking at broadening that now to help better
integrate rust and C++ async code beyond just drivers. This moves the
bindings to be alongside the C ABI library they're an interface to.

This also adds the driver framework team and david koloski as owners
over these rust bindings.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1574094
Original-Revision: fc398817379c2fdbfbdd0843e400acd2b50c5771
GitOrigin-RevId: a3e8546af998457625ad6c089149d1a9d983a3f3
Change-Id: Ia505d5597c0a9e6a42d3cce9cc981b93078778fe
1 file changed
tree: aaa53bd0e17f52ad81c09eb2b3f4e26c8358863f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.