tree: 7956b162eaa928c4023e3985fef229a98adb159b [path history] [tgz]
  1. guides/
  2. intro/
  3. languages/
  4. reference/
  5. tutorial/
  6. CONTRIBUTING.md
  7. OWNERS
  8. 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
  • FIDL API Readability Rubric — general advice and 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

Contributing

Please read the CONTRIBUTING chapter for more information.