tree: 4639bddb61aff11f59f586da354ed9c60cbd21c3 [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 HLCPP bindings.
  • An implementation of the client and server using the Rust bindings.