tree: 91c8f7399a02628ba66844faa441c2e1f5ebf162 [path history] [tgz]
  1. testdata/
  2. BUILD.gn
  3. colors.h
  4. display_handle.cc
  5. display_handle.h
  6. display_options.h
  7. fidl_codec_test.h
  8. generate_test_includes.sh
  9. library_loader.cc
  10. library_loader.h
  11. library_loader_test.cc
  12. memory_helpers.h
  13. message_decoder.cc
  14. message_decoder.h
  15. message_decoder_test.cc
  16. OWNERS
  17. README.md
  18. wire_object.cc
  19. wire_object.h
  20. wire_parser.cc
  21. wire_parser.h
  22. wire_parser_test.cc
  23. wire_types.cc
  24. wire_types.h
src/lib/fidl_codec/README.md

Fidl-Codec

This directory contains a library for Encoding/Decoding FIDL messages at runtime without needing compile-time knowledge of the specific FIDL interfaces it interacts with.