8 lines
40 B
Rust
8 lines
40 B
Rust
|
#![no_std]
|
||
|
|
||
|
mod types;
|
||
|
|
||
|
use types::*;
|
||
|
|
||
|
|