forked from M-Labs/zynq-rs
7 lines
65 B
Rust
7 lines
65 B
Rust
|
#![no_std]
|
||
|
|
||
|
extern crate alloc;
|
||
|
|
||
|
pub mod task;
|
||
|
pub mod executor;
|