Mingun

Results 397 comments of Mingun

You can look at the `Readable` and `Compact` imlementations in `serde_test` here: https://github.com/serde-rs/test/blob/1bedc0c7830c3207802b4b0614977c71608461cd/src/configure.rs#L181

I'm always open in increasing consistency of serializer and deserializer. I suspect, however, that theoretical constructions are very hard to understand, so the best way is to check your theories...

> Acknowledging that there is a reason that it's done this way, and it is intentional, so getting the background on that intention would be very helpful. The reason is...

I have a proposal of spans in events in [my branch](https://github.com/Mingun/quick-xml/tree/span) (some tests a failed now), but it is not yet integrated to the error type (I also have a...

@giorgi-o, I would be happy if you could convert your example into `#[tokio::test]` routine with `assert!`s instead of printing, so it can be included in quick_xml testcases. I tried to...

It would be valuable, if you could link or attach some examples of files and provide links to the explanation, how VTK parser should understand that some byte is not...

Yeah, I read that, but if such actions is exist, it would be interesting to check them. Actually, I want to see a graph somewhere, similar to which https://github.com/benchmark-action/github-action-benchmark is...

I think, this is by desing, but we can have a setting to enforce checks, and definitely should have this checks for serde deserializer

Yeah, I say exactly this -- add a setting to enforce this behavior

I think as soon as we would need to use some feature that is available only since 1.56. I think, that adding a new dependency, that increases MSRV and compile...