# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/4m7xrca
Show HN: Castiron – Simple podcast player in Rust
Hi all!

Castiron is a super simple podcast player/manager I am building to learn Rust. It uses the iced [ [https://iced.rs/](https://iced.rs/)] GUI library.


  Currently the feature set is pretty slim, but you can:
  - Sync feeds
  - Download episodes
  - Queue episodes
  - Play/pause
  - Switch themes



I welcome contributions or feedback on how to improve this application and the underlying code.

* * *

Comments URL: [https://news.ycombinator.com/item?id=40663445](https ... ⌘ [Read more](https://github.com/StevieC7/castiron)*