pounder_test/src/lib.rs

8 lines
122 B
Rust
Raw Normal View History

#![no_std]
#![cfg_attr(feature = "nightly", feature(core_intrinsics))]
#[macro_use]
extern crate log;
pub mod hardware;