[roll] Roll fuchsia [fidl][rust] Moveable decoded wire values

This change introduces the `Decoded` type as a variant of `Owned` which
does own the backing memory, and provides methods on `DecoderExt` to
decode into a `Decoded`. To that end, this change also introduces the
`commit` method on `Decoder` which allows resources to be dropped even
when decoding fails part of the way through.

The API usage examples and benchmark have been updated to reflect the
new decoding API.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253165
Original-Revision: 707a88f98e1e431a0a6a5362a7ae7787e1334be1
GitOrigin-RevId: 5ee9db6e5976e7179c207a3dcaead17af742a18d
Change-Id: I664520d47556cc9e4fbfc4e432b75df62c829b21
1 file changed
tree: f8895811abb95c0084ecd317db3f5256343bddef
  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.