Skip to content

StevieC7/castiron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Castiron

A desktop podcast player application written in Rust.

castiron_dev_demo.mov

Features

  • Add podcasts via RSS feed
  • Queue episodes to have them automatically play when the current one finishes
  • Customize the player's look using themes

Disclaimer

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.

How to Run

  • Clone code
  • cargo run

Running Tests

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

About

Podcast player made in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages