Robin Mueller 51e31f70f7
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
renamed host module to std module
2023-09-16 21:28:22 +02:00

5 lines
125 B
Rust

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