tree: d0ede48f46d72746a870e246fff2d05996e2182a [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