blob: 7300570e491cfa3d69a5d48f58a75b8af0ddaa7e [file] [log] [blame] [view]
# rust-logs-example
A simple example component which prints "hello, world!" to syslog and exits.
Includes an integration test which asserts on the contents of those logs.
## Building
To add this component to your build, append `--with examples/diagnostics/rust` to the
`fx set` invocation.
## Testing
Tests for this example are available in the `rust_logs_example_tests` package:
```
$ fx test rust_logs_example_tests
```