blob: 3db7024e210eda0f5924229a4a845414581a8a90 [file] [log] [blame] [view]
# 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
```