File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
Lofty writes tags. These are best used as global user-configurable options, as most options will
13
13
not apply to all files. The defaults are set to be as safe as possible,
14
14
see [here](https://docs.rs/lofty/latest/lofty/struct.WriteOptions.html#impl-Default-for-WriteOptions).
15
+ - ** Generic Writes** ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/290 ) ):
16
+ - ⚠️ Important ⚠️: This update introduces ` FileLike ` , which is a combination of the ` Truncate ` + ` Length ` traits
17
+ that allows one to write to more than just ` File ` s. In short, ` Cursor<Vec<u8>> ` can now be written to.
15
18
- ** ChannelMask**
16
19
- ` BitAnd ` and ` BitOr ` implementations ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/371 ) )
17
20
- Associated constants for common channels, ex. ` ChannelMask::FRONT_LEFT ` ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/371 ) )
You can’t perform that action at this time.
0 commit comments