r-prime
- A lightweight, async, multi-threaded framework loosely mirroring NASA's flight software framework, f-prime
r-prime
is developed and maintained by UBC Bionics, Ltd., a design team based in the University of British Columbia, Vancouver, Canada.
This framework is still in development. A version has not been released yet. Therefore, there is no corresponding crate on crates.io nor any corresponding page for documentation. As this framework matures, versions will be released to crates.io, along with documentation.
Add the following to your Cargo.toml
file:
[dependencies]
r-prime = { path = "relative/path/to/r-prime" }
Once again, since this framework has not been published yet, a local copy will need to be manually installed and linked.
All examples of usage are provided in the examples
folder.