tree: 089bfc843428d406a275178cb052fe9d9b8a35d5 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/diagnostics/validator/inspect/lib/rust/README.md

Rust Inspect Puppet

Reviewed on: 2023-05-24

This is the Rust Puppet for the Inspect Validator. The test inspect-validator-test-rust checks that the Rust Inspect library conforms to the specification.

Building

To add this project to your build, append --with //src/diagnostics/validator/inspect/lib/rust:tests to the fx set invocation.

For example:

fx set core.x64 --with --with //src/diagnostics/validator/inspect/lib/rust:tests

Testing

To run the test:

fx test inspect-validator-test-rust