sat-rs/satrs-core/src/hal/mod.rs

5 lines
126 B
Rust
Raw Normal View History

//! # Hardware Abstraction Layer module
#[cfg(feature = "std")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
pub mod host;