-
Notifications
You must be signed in to change notification settings - Fork 13
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
serde support? #24
Comments
Thanks @Uinelj. This diff seems pretty tame. I'm going to defer to @jhwgh1968 |
Hi @Uinelj, if you put back the That said, know that I am currently working on an API overhaul (slowly). I would not block you, but the next release (0.3.0) may be a while yet. You would have to base your work on current master until then. |
If I'm not mistaken, the Rust docs states that Here's a minimal example from the playground. I'll base my work on current as it is already the case. |
I missed that. LGTM then! |
Closed by #25 |
Hello,
I'm using the warc library and need to serialize WARC headers, a feature that is not yet supported/implemented.
Although one can say that serde support is not in the scope of the crate (which I believe is a valid point of view), I think that it would fit the potential usage of warc.
Moreover, serde could be a feature flag, thus letting the users decide!
I've already implemented a quick way of serializing headers in my fork, and would be glad to participate in implementing the feature in the main repository if needed :)
The text was updated successfully, but these errors were encountered: