[roll] Roll fuchsia [fidl_codec] Introduce Rust version

This version of Fidl codec is deliberately simpler than its C++ cousin.
It punts JSON support and elaborate pretty-printing out of the module
and focuses on offering support for encoding and decoding specifically.
The internal representation is a simple Rust enum-based value tree.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/351309
Original-Revision: 367723bb1f21f713cad3534524b88c18664adddf
GitOrigin-RevId: 1439324b9055c0f76176ae65438d7a31754077a7
Change-Id: Ib9138909089b5b75003b979b7208ff2e27f49a62
1 file changed
tree: 68c33e045a4751c6b0e41e37f29babaff2eae082
  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.