mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-04 14:57:17 +00:00
docs: Remove formats table from lib.rs
This commit is contained in:
parent
8f2c62bf49
commit
14a8548e4c
1 changed files with 1 additions and 14 deletions
15
src/lib.rs
15
src/lib.rs
|
@ -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
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue