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