Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 994 Bytes

File metadata and controls

51 lines (33 loc) · 994 Bytes

RTI Connector for Rust

Contributions

This project is not open for contributions at this time. If you have suggestions or feedback, please share them through Github Issues.

Development

This section describes how to build and test Connector for Rust from source.

Building

To build the crate from source, ensure you have Rust and Cargo installed. You can build the crate using Cargo:

cargo build

Testing

While tests can be run with cargo test, we use cargo-nextest. You can install it with:

cargo install cargo-nextest

Once installed, you can run the tests with:

cargo nextest run

Code Coverage

We use cargo-tarpaulin to measure code coverage. You can install it with:

cargo install cargo-tarpaulin

You can then run it with:

cargo tarpaulin