[roll] Roll fuchsia [fdf][rust] Use new testing infra more

This breaks up the `fdf` crate into sub-crates that are then re-exported
by fdf, allowing for more parts of the baseline crate to take advantage
of the new better testing functions in the `fdf_env` crate. It will also
allow for having private interfaces shared between `fdf_env`,
`fdf_core`, `fdf_channel`, and eventually `fdf_fidl` that are not then
exposed to users.

This does leave a small core of testing mechanisms in the `fdf_core`
crate that are based on the original api, but they largely don't do
anything particularly complicated.

Multiply: fdf_rust
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239688
Original-Revision: 0d8fe6a7489510dd1a820f55d5d318dfa3a298be
GitOrigin-RevId: 02e6009edbb5a7a091d24b93dac60ed84ba68bb4
Change-Id: I4f5693739400a11e76c8e3d9b527e11bbaa71a2d
1 file changed
tree: f2016cf6bb4fbca23a5c8c015e948914150d0cec
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.