David Tolnay
David Tolnay
We haven't changed how `serde(flatten)` works. As a workaround for https://github.com/BurntSushi/rust-csv/issues/98#issuecomment-439670448 you can [provide the Serialize impl yourself](https://play.rust-lang.org/?version=stable&mode=debug&edition=2015&gist=c7678653cfa5eceed036e377ea5fea99).
The thought I had in the meeting was something like this: ```rust info!("..."; MeaningfulType(information), PossiblyAnother(something_else)); ``` where the currently selected logging implementation receives anything that matches its associated type, and...
Hold on, `{"x":0,}` is not valid JSON regardless of what type you think it is. JSON does not allow trailing comma in a map.
I am not involved in this crate, since it is no longer used by serde_yaml.
Hi @XVilka, thanks for the PRs! If you are interested in maintaining, I would recommend publishing your fork under a different crate name. I think the community would appreciate having...
I am not aware of a maintained fork.
Not me — this crate is no longer used by serde_yaml.
> @dtolnay ping? I am not involved in this crate, since it is no longer used by serde_yaml.
> @dtolnay, what is missing in this PR from being merged ? I am not involved in this crate, since it is no longer used by serde_yaml.
#4 is working on adding support for Terraform 0.9.