Skip to content

Simple mp3 player written in Rust for learning purposes

Notifications You must be signed in to change notification settings

mariuswbr/rusty-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-mp3

Simple mp3 player written in Rust for learning purposes

Project Structure

  • src/ - Source code for the MP3 player
  • tests/ - Integration and unit tests
  • docs/ - Project documentation in reStructuredText format

Building

This project uses Bazel as its build system. To build the project:

bazel build //src:rusty-mp3

Running

To run the MP3 player:

bazel run //src:rusty-mp3

Testing

To run the tests:

bazel test //tests:all

Documentation

See the docs/ directory for detailed documentation:

  • docs/index.rst - Main documentation
  • docs/architecture.rst - Architecture overview

About

Simple mp3 player written in Rust for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •