tree: 642072e32ac431c20d7db2aabeb3b1bc45e636f4 [path history] [tgz]
  1. add_line_metered/
  2. baseline/
  3. client_requested_draw/
  4. BUILD.gn
  5. README.md
examples/fidl/new/canvas/README.md

README

This directory contains all of the example code for the “canvas” 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.