A simple cross-platform metadata editor made in rust, using egui, with rust-id3 and symphonia for audio metadata. Currently only allows mp3 files.
First project in rust, just getting to know the language.
Rust (and cargo).
To run the project, clone the repository and execute the following command in your terminal:
cd metadata
cargo build- Allow for other file formats such as wav.
- Waveforms?

