blob: 1ccdb867ce5f54b0c0a0e32de87686bded0e7eae [file] [log] [blame] [view] [edit]
# summarize
The `summarize` library extracts FIDL API information from FIDL JSON IR.
The main user of this library is `//tools/fidl/fidl_api_summarize`.
## Build
```
fx set core.qemu-x64 --with //tools/fidl:tests
fx build tools/fidl/lib/summarize
```
## Test
```
fx test tools/fidl/lib/summarize
```