Adding preempt_rt library as a dependency

Run this command in a terminal, in your project's directory:

cargo add preempt-rt

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

preempt-rt = "0.4.3"

The preempt_rt library will be automatically available globally. Read the preempt_rt library documentation.

Back to the crate overview.