tree: 77bc47125b3ed87b74461f4464f53f02f0f41236 [path history] [tgz]
  1. baseline/
  2. BUILD.gn
  3. README.md
examples/fidl/new/calculator/README.md

README

This directory contains all of the example code for the “calculator” series of FIDL examples. See the associated docs for more information.

Each example should include the following:

  • The FIDL definition.
  • The CML definitions for the client and server.
  • The realm definition for performing end-to-end testing.
  • An implementation of the client and server using the C++ (Natural) bindings.
  • An implementation of the client and server using the C++ (Wire) bindings.
  • An implementation of the client and server using the Dart bindings.
  • An implementation of the client and server using the HLCPP bindings.
  • An implementation of the client and server using the Rust bindings.