mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
RIFF: Improve Tag
conversion docs
This commit is contained in:
parent
4635973233
commit
8c3d24410b
1 changed files with 6 additions and 2 deletions
|
@ -35,9 +35,13 @@ macro_rules! impl_accessor {
|
|||
|
||||
/// ## Conversions
|
||||
///
|
||||
/// ## From `Tag`
|
||||
/// ### To `Tag`
|
||||
///
|
||||
/// Two conditions must be met:
|
||||
/// All items will be converted to a [`TagItem`], with all unknown keys being stored with [`ItemKey::Unknown`].
|
||||
///
|
||||
/// ### From `Tag`
|
||||
///
|
||||
/// When converting a [`TagItem`], two conditions must be met:
|
||||
///
|
||||
/// * The [`TagItem`] has a value other than [`ItemValue::Binary`](crate::ItemValue::Binary)
|
||||
/// * It has a key that is 4 bytes in length and within the ASCII range
|
||||
|
|
Loading…
Reference in a new issue