Gu

Results 3 comments of Gu

For anyone who needs a quick example of adding indentation when do serializing ```rust use serde::Serialize; use quick_xml::se::Serializer; #[derive(Debug, PartialEq, Serialize)] struct Struct { question: String, answer: u32, } let...

up vote to this feature request.

@smaeda-ks do you think your https://github.com/fastly/fastlyctl/issues/19 can fix above problem too?