Refactoring #34

Merged
kdeng00 merged 14 commits from refactoring into master 2025-03-15 20:37:04 -04:00
3 changed files with 0 additions and 6 deletions
Showing only changes of commit 038142eb8a - Show all commits
-4
View File
@@ -1,4 +0,0 @@
pub const WAV_FILE_EXTENSION: &str = ".wav";
pub const FLAC_FILE_EXTENSION: &str = ".flac";
pub const _MP3_FILE_EXTENSION: &str = ".mp3";
pub const JPG_FILE_EXTENSION: &str = ".jpg";
-1
View File
@@ -1 +0,0 @@
pub mod file_extensions;
-1
View File
@@ -1,4 +1,3 @@
mod constants;
mod help;
mod managers;
mod models;