mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 22:52:32 +00:00
Document concrete types
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
275faf4d2d
commit
d97a9ac6e7
1 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@
|
||||||
//! assert_eq!(oggtag.artist_str(), Some("Foo artist"));
|
//! assert_eq!(oggtag.artist_str(), Some("Foo artist"));
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
//! # Concrete types
|
||||||
|
//! * ApeTag
|
||||||
|
//! * Id3v2Tag
|
||||||
|
//! * Mp4Tag
|
||||||
|
//! * OggTag
|
||||||
|
//! * RiffTag (RIFF LIST INFO)
|
||||||
|
//!
|
||||||
//! # Features
|
//! # Features
|
||||||
//!
|
//!
|
||||||
//! ## Applies to all
|
//! ## Applies to all
|
||||||
|
|
Loading…
Reference in a new issue