chapters 0.3.2

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 read and write chapters

- [x] [from](crate::from_json) and [to]crate::to_json JSON chapter files
- [x] [from](crate::from_mp3_file) and [to]crate::to_mp3_file MP3 ID3v2 tags
- [x] [from](crate::from_description) and [to]crate::to_description episode show notes