tree: 4618be2ba7a402b204e788414c02be87563d18b4 [path history] [tgz]
  1. compatibility_test/
  2. cpp/
  3. fuzz/
  4. rust/
  5. tools/
  6. MAINTAINERS
  7. README.md
public/lib/fidl/README.md

FIDL: Fuchsia Interface Description Language

FIDL (formerly known as mojom) is an IDL and encoding format used to describe interfaces to be used on top of zircon message pipes. They are the standard way applications talk to each other in 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.