6 lines
84 B
Rust
6 lines
84 B
Rust
#![cfg_attr(not(test), no_std)]
|
|
extern crate alloc;
|
|
|
|
pub mod command;
|
|
pub mod info;
|