[roll] Roll fuchsia [audio] Create fuchsia-audio Rust library

Combine the ffxdaemon format-utils and listener-utils libraries
into one, fuchsia-audio.

This library contains common code shared between `ffx audio` and
audio_ffx_daemon for selecting devices and converting between
format types.

In the future, this will house more "unified" Rust types with
conversions between the various audio FIDL library types,
not only formats. This deduplicates parsing FIDL values across
ffx and audio_ffx_daemon, particularly with required fields.

Also adds the unit tests from format.rs to the build. They were not
run previously because there was no test component for format-utils.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1007163
Original-Revision: 252d11e9bc12141a09e7064d7252c78b9e2f0240
GitOrigin-RevId: 7543449ddd667086b7dbe297c0cb05ccc221a0d4
Change-Id: I35d192b0dcd4364ae88ac737058005384d21bf1d
1 file changed
tree: 1c31c2a1ac2d61572a7f8aff6c07631137c6717d
  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 via the IRC channel #fuchsia on Freenode.

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.