RFC: Deserializing to a stream of tagged values#22
RFC: Deserializing to a stream of tagged values#22erickt wants to merge 2 commits intorust-lang:masterfrom
Conversation
|
@kud1ing: Fixed, thanks. |
|
For reference, I have an experimental repository that implements many of these ideas: https://github.com/erickt/rust-serde. I made it a couple months ago, so it does not run against rust HEAD at the moment. |
|
I've updated https://github.com/erickt/rust-serde to with with Rust HEAD, assuming rust-lang/rust#14120 lands. @BurntSushi: you expressed interest in playing around with it. I still have some modernization to do on it though. |
|
@erickt some scattered thoughts:
|
|
Is this suppose to offer a solution for rust-lang/rust#12794? |
|
@TheMax: yes this will be able to handle #12794. I've already implemented support for it in https://github.com/erickt/rust-serde. |
6357402 to
e0acdf4
Compare
|
I'm going to close this RFC for now, since these ideas are embodied in @erickt's serde library. While this may eventually become part of |
fixed 2 small typos
This is an RFC to convert Rust's deserialization framework to produce a stream of tagged values.