[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.