[roll] Roll fuchsia [rust-3p] Add helper to generate bitflags 1.x compatible serde traits

bitflags 2.x changed the serde serialization format, which broke parsing
the legacy format. This adds a new helper library that supports
serializing and deserializing from the 1.x format, as well as
deserializing from the 2.x format. This can eventually be used as a way
to gracefully migrate the ecosystem to the new format.

Original-Bug: b/299339125
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/978593
Original-Revision: bddf2a3622caeb6f86ac0b699336f6da466c3554
GitOrigin-RevId: 6df1fb916d98add41081315bb355d35bbcc64026
Change-Id: I760030b3301bc400aa04d3132b6084bc3b696f55
1 file changed
tree: 6ac0b446347c2e70b57a8de64ea8e0d969d6cd75
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.