Mingun

Results 398 comments of Mingun

Create `Serializer` and setup [`indent`](https://docs.rs/quick-xml/latest/quick_xml/se/struct.Serializer.html#method.indent)

@noguxun, feel free to make a PR that improves documentation (example for [`indent`](https://docs.rs/quick-xml/latest/quick_xml/se/struct.Serializer.html#method.indent) and maybe a mention in `Serializer` doc)

`$primitive=` prefix will be removed in #490, so the problem disappears. The current course for mapping: ```rust enum E { Unit } struct AnyName { element: E, #[serde(rename = "@attribute")]...

For this specific feature corresponding place where you should choose how to write string is https://github.com/tafia/quick-xml/blob/fb079b6714d7238d5180aaa098c5f9b02dbcc7da/src/se/content.rs#L64-L76 You can start from adding tests, I think, just after this `mod`s in dedicated...

The question what is expected results for `-10...10 / 3` and `-10...10 / -3`? Different languages seems to have different opinions and this opinion is not covered by tests. The...

> Did you not see the comment at the top of the KSY spec `expr_int_div.ksy` that you were pointing to? Yes, strangely, but it is true. I really didn't notice...

But I want to make Rust ready to be production only and I want to track the results in dashboard! Agreed with C -- I was under impression, that this...

@generalmimon, I removed C runtime from PR and update all submodules to the latest versions at time of writing.