[roll] Roll fuchsia [vfs][rust] Simplify directory/serving code

Add new serve functions for commonly used operations. This avoids the
need for many users to construct a new proxy/server pair,
ExecutionScope, ObjectRequest, and fuchsia.io/Options, which aren't
required by the vast majority of vfs crate users.

Rename directory "spawn" functions to "serve" to match their
counterparts in other parts of this crate (e.g. "file::serve",
"symlink::serve"). Make the default of serving a directory with readable
rights explicit by renaming "spawn_directory" to "serve_read_only".

Original-Bug: 324111518
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1228945
Owners-Override: James Robinson <jamesr@google.com>
Original-Revision: 85c765b19560e94b31beb8e8864772ac9a47b635
GitOrigin-RevId: 70ed9eba61909826d3be3081b96b34f981c339bd
Change-Id: Id151e8253d051cd17fcec2a14c5999a2788bd642
1 file changed
tree: ca300f311a50ca4cec6148c508ff234e25adf31e
  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.