selectors
selectors
is a library for parsing and converting diagnostics selectors.
This project should be automatically included in builds.
selectors
can be used by depending on the //src/lib/diagnostics/selectors
gn target and then using the selectors
crate in a rust project.
selectors
is not available in the sdk and is intended to be used only by diagnostics binaries.
Unit tests for selectors
are available in the selectors
package:
$ fx test selectors_tests
You'll need to include //src/lib/diagnostics/selectors:tests
in your build, either by using fx args
to put it under universe_package_labels
, or by fx set [....] --with //src/lib/diagnostics/selectors:tests
.