README

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