[roll] Roll fuchsia [sorted_vec_map_rs] add SortedVecSet

This adds the SortedVecSet data structure, backed by a sorted Vec,
providing O(log n) lookups. This mirrors the SortedVecMap implementation
for cases where only a set is needed.

Test: fx test sorted_vec_map_rs_tests
Original-Bug: b/502250489
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1578314
Original-Revision: 64d5a5cd617206c75e342e634b8299a722639a99
GitOrigin-RevId: 77f58b3424efba6833a937872d898ebd12193f24
Change-Id: If5ee42c8417355d40bdd8e5b96966fb6a6938bba
1 file changed
tree: 5ece10d66d2c52b00d69b64d875d39cc527921f9
  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.