[roll] Roll fuchsia [driver_runtime] Arena & dispatcher rust bindings

This adds implementations of safe rust bindings for the arena and
dispatcher parts of the driver runtime api surface. This allows for the
following in the public api of the crate:

- Creating and destroying arenas
- allocating arena lifetime-constrained memory from an arena that drop
  appropriately when they go out of scope
- posting tasks to a running dispatcher

It also allows for creating a top level driver runtime dispatcher to run
tests under in the crate-internal api, and uses that to exercise the
driver runtime async executor driving rust futures to completion.

Multiply: fdf_rust_tests
Original-Fixed: b/338249591
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1070133
Original-Revision: a1e70dc6a3db01cc500682a71425ddc687e482cf
GitOrigin-RevId: 7538feff43d4f1971775afe874f7c795de65b8fd
Change-Id: Ia31eaa120a31a24ac81891014fbb34dfb588f14e
1 file changed
tree: f3f81187f571369865968e20594d8c23757f40c8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.