FIDL

FIDL (or "Fuchsia Interface Definition Language) is the IPC system for Fuchsia.

The following topics are presented:

  • Introduction — a brief overview of what FIDL is; a quick start
  • Guides — high-level use cases
  • Tutorial — language-specific “how-to”s based on the Guides
  • [Effective FIDL] — specific advice about best practices
  • Reference — a technical deep dive for the interested developer, featuring FIDL grammar, language features, on-wire format, building, and so on.

Supported Languages