7 lines
126 B
Rust
7 lines
126 B
Rust
#![no_std]
|
|
#![cfg_attr(feature = "nightly", feature(core_intrinsics))]
|
|
|
|
pub mod configuration;
|
|
pub mod hardware;
|
|
pub mod net;
|