Reorganize module structure

This commit is contained in:
Juno Takano 2025-12-24 12:45:14 -03:00
commit 14dc84cc43
14 changed files with 19 additions and 23 deletions

View file

@ -1,10 +1,10 @@
use std::{backtrace, io, panic};
use en::{prelude::*, ONSET, formats::populate_graph, syntax};
use en::{prelude::*, ONSET, syntax::serial::populate_graph, syntax};
#[tokio::main]
async fn main() -> io::Result<()> {
let args = syntax::arguments::Arguments::new().parse();
let args = syntax::command::Arguments::new().parse();
let address = args.make_address();
panic::set_hook(Box::new(|info| {