Open wash2 opened 8 months ago
We also have CHANGELOG which is here, but no one cares about, even me.
:sweat_smile: I'll edit the CHANGELOG and address the other comments, thanks.
Would there be any interest in using the mimes crate? I'm hoping to add support for multiple mime types to window_clipboard and I think it could also probably use the mime crate.
Never mind about the mime crate, I think this is OK.
This adds support for loading and storing data that is not text. I've renamed some of the existing methods, so it's a breaking change, but I guess I could avoid renaming the methods so that isn't an issue. and make the methods for loading and storing custom types something like
store_custom
orload_custom
.