[roll] Roll fuchsia [zircon][rust] Add Rust SpscBuffer implementation Ports the transactional, single-producer, single-consumer (SPSC) ring buffer library from C++ to Rust. This implementation matches the C++ interface design, while leveraging Rust safety features to avoid unsafe memory copying in `write` and `read` operations. It is meant to interoperate transparently with the C++ version. Original-Original-Bug: 507423574 Original-Original-Bug: 517305548 Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1650574 Original-Original-Revision: 7674f3a57a884865619cbfc545f3e84aa3736bef GitOrigin-RevId: c86290820060eda74d996b1294a4e24bd08f40b5 Change-Id: I07b186369cfe393387f9533236c31de0555d8ed9 Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1658865 Cr-Commit-Position: refs/heads/main@{#194843}
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.