n2o4/lib.rs
1// Copyright (c) 2022 The Pennsylvania State University.
2// SPDX-License-Identifier: Apache-2.0
3
4#![doc = include_str!("../README.md")]
5#![no_std]
6
7#[cfg(not(doc))]
8compile_error!(
9r#"The 'n2o4' crate is not available through crates.io.
10
11See https://github.com/BlackCAT-CubeSat/n2o4 to obtain this crate."#
12);