[roll] Roll fuchsia [fidl][scripts] Add `scaffold implement` for Rust

This command takes an already created canonical example variant and adds
an implementation to it. Additionally, if this is the first
implementation for the canonical example variant in question, it adds a
test implementation as well. This change only implements this
functionality for the /rust and /test directories - the follow up
implementation will do the same for all of the C++ directories
(/cpp_wire, /cpp_natural, and /hlcpp) as well.

Test: manual, used to generate fxr/737547
Original-Bug: 111614
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/737543
Original-Revision: 9d36bf13edae99aaaa591e6e0d289fc268ace68d
GitOrigin-RevId: 422260ae648771f7e77d2c9bbaedc1aa4abbb6d1
Change-Id: Ib909bccbe0ce3234fca507300de73e61c6386de8
1 file changed
tree: 5dcbfb6fee9f61e6c0fcc86868374511996c4003
  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.