Document concrete types

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-07-05 21:13:03 -04:00
parent 275faf4d2d
commit d97a9ac6e7

View file

@ -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