sat-rs/satrs-shared/src/lib.rs
Robin Mueller b0159a3ba7
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
prep next release candidate
2024-04-24 19:18:45 +02:00

5 lines
151 B
Rust

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