[roll] Roll fuchsia [fbl][rust] Add Rust support for fbl::Vector

This adds a Rust analog to fbl::Vector, backed by kalloc::Box.
It also includes the kalloc library with stateful allocator support.

Original-Bug: 507423574
Test: fx test fbl-rust-test
Test: fx test kalloc-rust-test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1594355
Original-Revision: 95c7372d7ebcd3a4f4037dc42595cce5179efdc7
GitOrigin-RevId: 1f0f356f444988e42225fb09737eb82fe9790a01
Change-Id: Ia6b5f5b6de32e2f485898565ad1e20352a337e62
1 file changed
tree: 9f03c46be23412d8702272c099611b70ffe97c62
  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.