[roll] Roll fuchsia [inspect][bench] Improve Rust file structure

Instead of building three programs in one directory, build them
in different subdirectories, and move the shared "utils.rs" file into
its own library/crate.

Minimal changes to the contents of Rust files - the BUILD.gn file
will be split up.

Rename reader.rs to snapshot.rs, but don't rename its metrics.

Original-Bug: b/335516442
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1131396
Original-Revision: 8afe0530f4a2ad429ee0dea0da6b25908e208f52
GitOrigin-RevId: 39ff4f75d99268ccc9ac748b01663adab622cec7
Change-Id: I482949838fe74dd4a99fc29104c815dc49582dc3
1 file changed
tree: e3ce4d048a5c0141ccb6695e1f47752a37b4fdd9
  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.