n2o4 0.0.0

Idiomatic, safe Rust bindings to cFE and OSAL APIs (placeholder for off-crates.io project)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2022 The Pennsylvania State University.
// SPDX-License-Identifier: Apache-2.0

#![doc = include_str!("../README.md")]
#![no_std]

#[cfg(not(doc))]
compile_error!(
r#"The 'n2o4' crate is not available through crates.io.

See https://github.com/BlackCAT-CubeSat/n2o4 to obtain this crate."#
);