blob: df82f10d5334746d7dda95a9f920aacb1b27230f [file] [log] [blame] [view]
# Developer Guides
* [Running FIDL][cli] — quick CLI overview of the various programs in the
FIDL toolchain
* [Style Guide][style]
* [Designing APIs][designing-apis]
* [Maxing Out Pagination][pagination] — help on determining how much data
can fit into a single message
* [Comparing new C++ and high-level C++ language bindings][c-family]
* [Viewing generated code][generated-code] — how to find the bindings code
generated by FIDL
<!-- xrefs -->
[cli]: /docs/development/languages/fidl/guides/cli.md
[style]: /docs/development/languages/fidl/guides/style.md
[designing-apis]: /docs/development/languages/fidl/guides/api-design.md
[pagination]: /docs/development/languages/fidl/guides/max-out-pagination.md
[c-family]: /docs/development/languages/fidl/guides/c-family-comparison.md
[generated-code]: /docs/development/languages/fidl/guides/generated-code.md