chapters 0.2.1

Manage podcast chapters in Rust
Documentation
1
2
3
4
5
6
7
8
9
# Chapters

Manage your podcast (or any media) chapters in multiple formats using Rust.

This crate allows you to extract chapters from

- [x] [JSON chapter files](crate::from_json)
- [x] [MP3 ID3v2 tags](crate::from_mp3_file)
- [x] [Episode show notes](crate::from_description)