[roll] Roll fuchsia [fidl][rust] Implement RFC-0120 persistence API

This CL implements RFC-0120 in the FIDL Rust bindings, which includes
two pairs of methods: persist/unpersist and standalone_{encode,decode}.
The former is just a rename of the existing {encode,decode}_persistent.
The latter replaces the old separate-header advanced API, which was
never used anywhere.

We still have to keep one API around that lets you pass in a context,
persist_with_context, for Overnet (fxbug.dev/79584).

Test: fx test fidl_rust_external_tests
Original-Bug: 45252
Original-Bug: 79584
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/761842
Original-Revision: 0b95d68536d225b4835e6ce740c8693f72a1b274
GitOrigin-RevId: 31a2b1adbfbc75dafb385b1c5424c051391c00eb
Change-Id: Id5e98c3fd1c5f2bf9608ef09e5964175a22be849
1 file changed
tree: 8de59c56285c644e9532c69e86b71da687885f17
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.