tree: 3671b808982712424379accb5d7e7344d30b7bae [path history] [tgz]
  1. guides/
  2. intro/
  3. languages/
  4. reference/
  5. tutorial/
  6. OWNERS
  7. README.md
docs/development/languages/fidl/README.md

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