Serial
f17bac49b3
examples: Allow missing_docs
2024-04-23 22:12:33 -04:00
Serial
cf778c1f58
tag: Remove global re-exports of tag items
2024-04-14 13:16:10 -04:00
Serial
464f459e99
misc: Remove root file
re-exports
2024-04-14 13:16:10 -04:00
Serial
65851a4f93
misc: Move {Parse,Write,Global}Options to new module
2024-04-14 13:16:10 -04:00
Serial
5c69024b91
Properties: Breakup module
...
`FileProperties` and `ChannelMask` are no longer in the root. They are moved to `lofty::properties`.
2024-04-09 20:04:43 -04:00
Serial
3a9a2dea7f
Probe: Introduce GlobalOptions
to handle allocations and resolvers
...
This moves `ParseOptions::{use_custom_resolvers, allocation_limit}` to the new `GlobalOptions` struct. This makes it easier to check for certain options in places where `ParseOptions` may not be available.
`GlobalOptions` are not truly global, they only apply to the current thread.
2024-01-02 19:06:45 -05:00
Serial
cb01e82d07
ID3v2: Rename ID3v2Tag
to Id3v2Tag
2023-04-28 02:17:19 -04:00
Serial
ce8c26f2b8
tag: Switch TagType
variants to UpperCamelCase
2023-04-21 20:35:21 -04:00
Serial
82a498f670
lofty_attr: Infer FileType::Custom
when using non-internal names
2022-10-01 18:49:17 -04:00
Serial
5cd1dfc99c
lofty_attr: Remove #[lofty(always_present)]
2022-09-24 03:25:46 -04:00
Alex
ba6ef4f400
Probe: Add minimal ParseOptions ( #70 )
2022-09-24 02:34:22 -04:00
Serial
0e857de104
lofty_attr: Publish
2022-08-10 14:28:48 -04:00
Serial
efedf0f443
Resolve: FileResolver::guess
docs
2022-07-26 21:09:52 -04:00
Alex
f48014fda8
Implement custom file resolvers ( #40 )
2022-07-24 16:08:46 -04:00