Reviewed on: YYYY-MM-DD
${PROJECT_NAME} is a library for validating Foo. Docs are available [here].
To add this project to your build, append --with //src/sys/… to the fx set invocation.
${PROJECT_NAME} can be used by depending on the //src/sys/lib/${PROJECT_NAME} GN target.
${PROJECT_NAME} is (not) available in the SDK.
Unit tests for ${PROJECT_NAME} are available in the ${PROJECT_NAME}_tests package.
Integration tests are also available in the ${PROJECT_NAME}_integration_tests package.
$ fx test ${PROJECT_NAME}_tests
$ fx test ${PROJECT_NAME}_integration_tests
The main implementation is in src/lib.rc, which also includes unit tests. Helper functions for filesystem operations are located in src/io.rs.