luyi

Results 4 issues of luyi

(true,"ok")= json "(true,\"ok\")"? 难道不是 "[true,\"ok\"]"? 因为这是非标json 所以导致我其他语言无法序列化

## Environment * **IntelliJ Rust plugin version:0.4.194.5382-231 * **Rust toolchain version:rustc 1.65.0 (897e37553 2022-11-02) * **IDE name and version:CLion 2023.1.2 * **Operating system:windows 11 ## Problem description ![image](https://github.com/intellij-rust/intellij-rust/assets/16304584/7d3737e7-8e7c-4475-9d34-4542444a627e) Where did...

autocxx-bindgen can we upgradation to the bindgen latest version to support LLVM16 float16? [bindgen support float16](https://github.com/rust-lang/rust-bindgen/pull/2667)

1 messagepack 对于 tuple 类型 当初 array 处理, 你的缺少array长度信息,导致不标准,就像你的json (true,"ok")=json "true,\"ok"\" 一样有标准问题 2 messagepack 序列化 类结构的时候 可以 简洁模式,把字段名去了,你这个没有类似的功能 3 为啥 在emit 里面 要给 没有设置排序规则的 字段 来个按名字排序呢?这导致接收到 其他语言的简洁模式, 直接字段顺序出错