tree: 029fb82e6d21532bb3ca68164da9ba712b67556e [path history] [tgz]
  1. compatibility_test/
  2. fuzz/
  3. tools/
  4. OWNERS
  5. README.md
garnet/public/lib/fidl/README.md

FIDL: Fuchsia Interface Description Language

FIDL is an interface definition language and encoding format used to describe protocols to be used on Fuchsia.

FIDL includes libraries and tools for generating bindings from .fidl for supported languages. Currently, the supported languages include C, C++, Dart, Go, and Rust.

IDE support

The language-fidl plugin provides syntax highlighting for FIDL files in Atom.