Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
5 lines
125 B
Rust
5 lines
125 B
Rust
//! # Hardware Abstraction Layer module
|
|
#[cfg(feature = "std")]
|
|
#[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
|
|
pub mod std;
|