[roll] Roll fuchsia [rust] Use array_windows instead of windows

[array_windows] is the const generic version of [windows], and has the
same semantics, where the size of `windows()`, or the array size of
`array_windows()` is larger than the slice size, then both functions
return an iterator with no values.

[windows]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.windows
[array_windows]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.array_windows

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1567974
Owners-Override: James Robinson <jamesr@google.com>
Original-Revision: c8faf5a76df125d90fabb312ae6faca69245e775
GitOrigin-RevId: 588fe6b8a74d8975d08b6a20146765ff783ae58b
Change-Id: Id391bfca5b5856e512666e805d34c4044204d739
1 file changed
tree: 631ceb62e74eb530c09661425465710e635ba38c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 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.