runner
Reviewed on: 2019-12-30
runner
is a library which can be used by various runner to launch components. It provides basic utility APIs.
To add this project to your build, append --with //src/sys/lib/runner
to the fx set
invocation.
runner
can be used by depending on the //src/sys/lib/runner
GN target and then using the runner
crate in a rust project.
runner
is not available in the SDK.
Unit tests for runner
are available in the runner_tests
package.
$ fx run-test runner_tests