satrs_shared/
lib.rs

1
2
3
4
//! This crates contains modules shared among other sat-rs framework crates.
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
pub mod res_code;