Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 772 Bytes

File metadata and controls

21 lines (15 loc) · 772 Bytes

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