mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-06-27 03:43:13 -04:00
6 lines
82 B
Rust
6 lines
82 B
Rust
#![warn(clippy::all, clippy::pedantic)]
|
|
|
|
pub mod ansi;
|
|
pub mod input;
|
|
pub mod os;
|