docs: Remove formats table from lib.rs

This commit is contained in:
Serial 2022-09-09 01:10:23 -04:00
parent 8f2c62bf49
commit 14a8548e4c
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -6,20 +6,7 @@
//!
//! # Supported Formats
//!
//! | File Format | Metadata Format(s) |
//! |-------------|--------------------------------------|
//! | Ape | `APEv2`, `APEv1`, `ID3v2`\*, `ID3v1` |
//! | AIFF | `ID3v2`, `Text Chunks` |
//! | FLAC | `Vorbis Comments`, `ID3v2`\* |
//! | MP3 | `ID3v2`, `ID3v1`, `APEv2`, `APEv1` |
//! | MP4 | `iTunes-style ilst` |
//! | Opus | `Vorbis Comments` |
//! | Ogg Vorbis | `Vorbis Comments` |
//! | Speex | `Vorbis Comments` |
//! | WAV | `ID3v2`, `RIFF INFO` |
//! | WavPack | `APEv2`, `APEv1`, `ID3v1` |
//!
//! \* The tag will be **read only**, due to lack of official support
//! [See here](https://github.com/Serial-ATA/lofty-rs#supported-formats)
//!
//! # Examples
//!