Kyron#
This documentation describes the Kyron - the functional safety async runtime for Rust
Overview#
This repository provides a standardized setup for projects using C++ or Rust and Bazel as a build system. It integrates best practices for build, test, CI/CD and documentation.
Requirements#
TODO add linkage once it works
Quick Start#
To build the module for host platform:
bazel build //src/...
To build the module for QNX8:
./scripts/build_qnx8.sh
To run component tests:
./scripts/run_component_tests.sh