tree: da1bb9eb87b9f348b0751f65e7757b707bff0eac [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/sys/component_manager/lib/processargs/README.md

processargs

processargs is a Rust library that makes it easier to work with the [processargs] protocol.

Building

To add this component to your build, append --with src/sys/bedrock/processargs:tests to the fx set invocation.

Testing

Tests for processargs are available in the processargs-unittests package.

$ fx test processargs-unittests