satrs-shared 0.2.4

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