satrs_shared/
lib.rs

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