Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add serde support #152

Open
vauradkar opened this issue Dec 31, 2024 · 2 comments
Open

add serde support #152

vauradkar opened this issue Dec 31, 2024 · 2 comments

Comments

@vauradkar
Copy link

Sending metadata across systems would be very convenient if the tags support serde. Would you be willing to take a patch like this main...vauradkar:rust-id3:main ?

@polyfloyd
Copy link
Owner

I have considered this in the past, but concluded that it would make little sense for a crate that already implements a serialization format.

What is your use case?

@vauradkar
Copy link
Author

Client-server based tag processing. Client doesn't play or process audio. So server doesn't need to load or send entire audio file. serde makes it convenient also in the sense that wire format(bincode, json, toml, etc) is independent of the id3 library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants