A desktop podcast player application written in Rust.
castiron_dev_demo.mov
- Add podcasts via RSS feed
- Queue episodes to have them automatically play when the current one finishes
- Customize the player's look using themes
This is still being written. It is not full-featured. This is a project being built for the purpose of learning the Rust programming language and exploring its ecosystem.
- Clone code
cargo run
Because the unit tests each request a connection to the same database, you might need to run tests in single thread mode, like this:
cargo test -- --test-threads=1