[roll] Roll fuchsia [fidl][rust] Skip UTF-8 checking for ASCII strings

Checking whether a string is ASCII is simpler and more vectorizable than
checking whether it's UTF-8. Most UTF-8 strings have non-ASCII bytes
very close to the start of the input, so we'll fall back to UTF-8
validation relatively quickly. For most of our use cases, we'll also be
dealing with ASCII strings so we should see most of this benefit.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203704
Original-Revision: 7908b8927e5ff9ca15c60a4b5b400f6d165b0e15
GitOrigin-RevId: a0e33fd5aa5c3bdcd391b56bc4323bca14ce440b
Change-Id: Ic811325f50a376715aedf4f976e02826f789e280
1 file changed
tree: 411c4504efc387b5ce2600f4a1ddfb0aabdf1c31
  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.