tree: e9ee2a4c322c834a641f52f2c19f91cd4f9dde18 [path history] [tgz]
  1. meta/
  2. src/
  3. tests/
  4. BUILD.gn
  5. README.md
examples/diagnostics/logs/rust/README.md

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