satrs-shared v0.2.0

This commit is contained in:
2024-11-04 11:16:25 +01:00
parent 1f2d6c9474
commit 1726e34fa7
6 changed files with 37 additions and 6 deletions

View File

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