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

4 lines
77 B
Rust
Raw Normal View History

//! # Hardware Abstraction Layer module
#[cfg(feature = "std")]
2023-09-16 21:28:22 +02:00
pub mod std;