[roll] Roll fuchsia [fidl][rust] Pre-decode message buffers

This condenses the sending/receiving and decoding error cases together,
which is closer to the existing FIDL bindings and makes method calls
more ergonomic. It also changes the generated client and server handler
traits to accept pre-decoded message buffers so implementors don't have
to decode them manually.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253511
Original-Revision: e799418b2da13ef163df5b1f01cb14cd294e705a
GitOrigin-RevId: 34927e1ac0472e4c50f54248765c5b77ee4e3327
Change-Id: I6bfd3b3b67bc2456391638b98ae610c9cf55fbf7
1 file changed
tree: 8f6b6b7eda842eba2c0b6b35118fe462255f859a
  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 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.