Mingun
Mingun
Yes, you can find an example in the documentation of the [Reader::into_inner](https://docs.rs/quick-xml/latest/quick_xml/reader/struct.Reader.html#method.into_inner) method. The same approach should be possible to implement using `get_ref` or `get_mut` methods.
> since you don't know how when in the buffer the current event comes from I think, you may to calculate this. You control when you clear `buf` into which...
I like just see tests that will call `unescape` family of methods on `Attribute` and `BytesText` which is get from the reader and check that the result does not contain...
Just add it everywhere where spaces can occur, we are not not talking about correctness for now (this is another question, we are definitely do not process everything according to...
```xml \r\r\n\nvalue3\r\r\n\nvalue4\r\r\n\n ```
Guys, I think you went the wrong way. It is not necessary to prohibit any identifiers in the KSY file, it is a path to nowhere. What happens if, after...
Adding number is just an example. C/C++ backend feel free to choose its own mangling scheme
Thank you. Of course, choose appropriate colors, I just gave an example
Does this actually be applied? I still see the old colors on https://lapo.it/asn1js/
Yes, the problem in that `switch-on` not correctly interacts with size-constrained fields. Testcase: ```yaml meta: id: bug seq: - id: values size: 4 type: switch-on: _index cases: 0x01: container repeat:...