[roll] Roll fuchsia [fbl][rust] Add UniquePtr

This smart pointer is an analog for std::unique_ptr and lets Rust
objects hold a pointer to either Rust or C++ objects on the heap. This
smart pointer will be used for the intrusive data structures, which have
traits specifically for fbl::RefPtr and std::unique_ptr.

Original-Original-Bug: b/507423574
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1607468
Original-Original-Revision: 690b19300c0a9174fa910af18082721b14c96ead
GitOrigin-RevId: 3ad0039a1edfad4e7432adebf1a25247f840022e
Change-Id: Id372e17d4b4051ad061bf2352bd5be53bdb3b094
1 file changed
tree: 23b4415225c984e943b139f036fc73c3402e6ee5
  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.