Results 8 comments of Elvis Wang

Yes, decoder wrap offset should be set to header offset + `message_header_codec::ENCODED_LENGTH` when wrapping using a header I suppose. The generated header functions should be something like: ```rust pub fn...

Yes, decoder wrap offset should be set to header offset + `message_header_codec::ENCODED_LENGTH` when wrapping using a header I suppose. The generated header functions should be something like: ```rust pub fn...

Related to https://github.com/trashhalo/obsidian-todo-txt/issues/4#issue-991799707

@PureWhiteWu sorry for late reply. `serde_json` can deserialize non UTF-8 bytes. `simd_json` not tested. Aware your design principle to adhere to JSON std. However, UTF-8 is not the only encoding...

@liuq19 See [this repository](https://github.com/wbprime/sonic-rs-issue-deserialize-GB18030-encoded-bytes) for your convenience.

Still not work as expected. I've updated my testcase, and hopefully it may help. ------------------------------------------------------------------ From:Outmane JEBARI ***@***.***> Send Time:2025 May. 26 (Mon.) 07:06 ***@***.***> CC:Elvis ***@***.***>; ***@***.***> Subject:Re: [micronaut-projects/micronaut-core]...