Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.08 KB

r-prime - A lightweight, async, multi-threaded framework loosely mirroring NASA's flight software framework, f-prime

MIT licensed

r-prime is developed and maintained by UBC Bionics, Ltd., a design team based in the University of British Columbia, Vancouver, Canada.

Table of Contents

Prelude

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.

Usage

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.