Results 6 issues of Elvis Wang

According to , more output format were supported in latest releases. Consider add support for more formats in this plugin (especially for web).

Closes #987 Say multiple messages were encoded into a continuous byte buffer. When trying to decode the first message, we might first use a `MessageHeaderDecoder` to get its templateId at...

Code generator for rust would generate a `header` method for Decoder (see following) ```rust impl { pub fn wrap( mut self, buf: ReadBuf>) -> Self { debug_assert_eq!(SBE_TEMPLATE_ID, header.template_id()); let acting_block_length...

"+project" style link was already supported, however, it seems "-"/"_" characters in project name is parsed as spaces. Also project names donot support non-ascii characters. So to support flexible links...

**Is your feature request related to a problem? Please describe.** sonic-rs would fail if the input bytes contain non UTF-8 characters, even for `pub fn from_slice

### Expected Behavior When injecting config properties into Immutable object, the value of io.micronaut.core.bind.annotation.Bindable#value() will be used to find the config key instead of the bean property name. Demo class:...

type: bug
status: example attached