[roll] Roll fuchsia [rust][cm] Introduce from_enum crate and use it with cm_rust

This crate helps generate the FromEnum trait impl for enums
with unique newtype variants. The crate also generates From
trait impls to wrap an inner type into an enum.

The routing code in ComponentManager makes heavy use of this
generic pattern.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/471961
Original-Revision: 5d6b17686b6cd33b90f440dd3d70a9c81f05b01a
GitOrigin-RevId: 88b8c9bd97f63936453dcc48dc002de0510e7f87
Change-Id: If6fb7511d7042735529e57109f1b35791b2ff041
1 file changed
tree: 96992de40b863e7d84eb412ddc03ffa600036731
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.