mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +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"));
|
||||
//! ```
|
||||
//!
|
||||
//! # Concrete types
|
||||
//! * ApeTag
|
||||
//! * Id3v2Tag
|
||||
//! * Mp4Tag
|
||||
//! * OggTag
|
||||
//! * RiffTag (RIFF LIST INFO)
|
||||
//!
|
||||
//! # Features
|
||||
//!
|
||||
//! ## Applies to all
|
||||
|
|
Loading…
Reference in a new issue