tree: 75d572e0781f94e4bb05e4afa5311f043d1f26b1 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
tools/create/goldens/my-component-v2-rust/README.md

my-component-v2-rust

TODO: Brief overview of the component.

Building

To add this component to your build, append --with-base tools/create/goldens/my-component-v2-rust to the fx set invocation.

Running

Use ffx component run to launch this component into a restricted realm for development purposes:

$ ffx component run /core/ffx-laboratory:my-component-v2-rust fuchsia-pkg://fuchsia.com/my-component-v2-rust#meta/my-component-v2-rust.cm

Testing

Unit tests for my-component-v2-rust are available in the my-component-v2-rust-tests package.

$ fx test my-component-v2-rust-tests