[roll] Roll fuchsia [inspect][rust] A few renames and doc fixes Includes a few fixes I noticed while reviewing: - Documentation of public type aliases - Missing documentation of public trait functions - Rename SnapshotSourceT to SnapshotSource. DRY, prefer avoiding adding `T` or `Type` to names that are types. - Rename SnapshotSource to ReadSnapshotSource which clearly encodes the goal of the trait and the functions it requires types to implement. - Remove the `to_backing_buffer` function and instead use the `TryFrom` (which auto-implements `TryInto`). This is the conventional way to implement conversion between types that might fail. Tested: inspect-format-tests, fuchsia-inspect-tests Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/715148 Original-Revision: dc9a785bbae0bcd18e5661650e50e3ab663bdb23 GitOrigin-RevId: 07d1d178503dc1949a8195270b9ac9d59b32d99a Change-Id: Idf42ecbf1eb8ea48a169e45a7420999fec4bf23a
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.