tree: 33fbc0bbcf4453bdc6263c4a22d8fa411e3bd62b [path history] [tgz]
  1. basics/
  2. topics/
  3. README.md
docs/development/languages/fidl/tutorials/rust/README.md

keywords: docType:Overview,docType:Guide,category:FuchsiaDevelopment,category:FuchsiaTools,category:FuchsiaSDK,category:FuchsiaFidl keywords_public: Rust, FIDL, tutorials, server, client, async, synchronous, request pipelining, unified services, Fuchsia description: This page provides an overview and links to various tutorials for using Rust FIDL bindings in Fuchsia, covering basic setup, server and client implementation, and advanced topics like request pipelining and unified services.

Rust tutorials

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