tree: ecaebc8e40aaa552c94b5cc235ae75c253cd14ac [path history] [tgz]
  1. add_iterator/
  2. add_read_item/
  3. baseline/
  4. data/
  5. support_exports/
  6. support_trees/
  7. use_generic_values/
  8. BUILD.gn
  9. README.md
examples/fidl/new/key_value_store/README.md

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.