Simple mp3 player written in Rust for learning purposes
src/- Source code for the MP3 playertests/- Integration and unit testsdocs/- Project documentation in reStructuredText format
This project uses Bazel as its build system. To build the project:
bazel build //src:rusty-mp3To run the MP3 player:
bazel run //src:rusty-mp3To run the tests:
bazel test //tests:allSee the docs/ directory for detailed documentation:
docs/index.rst- Main documentationdocs/architecture.rst- Architecture overview