refactor: pull things into own files, have a library

This commit is contained in:
Khaïs COLIN 2025-05-02 20:35:45 +02:00
parent 4848f2be2f
commit ee23572983
7 changed files with 176 additions and 166 deletions

5
src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
pub mod branding;
pub mod cli;
pub mod command;
pub mod meta_commands;
pub mod statements;