chapters 0.4.0

Manage podcast chapters in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

## Optional features

- **`rssblue`** — features used internally by [RSS Blue]https://rssblue.com.