Split decode, decode_to_motec

This commit is contained in:
2026-05-23 19:05:48 +02:00
parent b81f115989
commit ec0bc28929
3 changed files with 39 additions and 17 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ fn main() {
let asc_path = Path::new(&args[2]);
let output_dir = Path::new(&args[3]);
libsvld::decode(&dbc, asc_path, output_dir);
libsvld::decode_to_motec(&dbc, asc_path, output_dir);
}