tree: f5d1bba87b3c94d556b69cf32c0f5083945c3b45 [path history] [tgz]
  1. include/
  2. BUILD.gn
  3. decoding_and_validating.cc
  4. encoding.cc
  5. epitaph.c
  6. formatting.cc
  7. handle_close_many.cc
  8. internal.c
  9. OWNERS
  10. README.md
  11. txn_header.c
  12. validate_string.cc
  13. wire_format_metadata.cc
zircon/system/ulib/fidl/README.md

The C and C++ fidl library

This library provides the runtime for FIDL C/C++ family of bindings. This primarily means the definitions of the message encoding and decoding functions. This also includes the definitions of fidl data types such as vectors and strings.