Rust tutorials

May 7, 2021 ยท View on GitHub

This section includes the following tutorials for using the Rust FIDL bindings:

Getting started

  1. Include FIDL in a Rust project
  2. Write a server
  3. Write a client (async or synchronous)

Topics

  • Request pipelining
  • Unified services

Contents

  1. 1Getting started
  2. 2Topics