-
`serde_json_core` needs to refuse deserializing a borrowed string with escape sequences.
`serde_json_core::from_slice::(br#""\n""#)` incorrectly gives `Ok(("\\n", 4))`.
`serde_json::from_slice::…
-
config-rs should be able to support key-value configuration data of the following types:
* Bool
* Integer
* Float
* String
* List of "value"
* Key-Value Mapping of "String" to "Value"
Somet…
-
**What is your use-case and why do you need this feature?**
Right now there is no way to serialize kotlin delegates and even if there is , its not easy !
I use Jetpack Compose , If I use type like M…
-
auto-coder.chat
🚀 正在初始化系统...
✓ 项目初始化完成。
正在检查Ray状态...
✓ Ray已经在运行。
正在检查deepseek_chat模型可用性...
! deepseek_chat模型不可用。请选择一个提供商:
请输入您的API密钥: sk-by******************************************
正在…
-
Trying to replace tirpc with ntirpc I got a problem:
There is no function or macro svc_getargs.
There is only one comment in rpc/svc.h about it:
* and return. If so, it should deserialize …
-
Benchmarks on desktop indicate that using the QuickBuffers API to deserialize JSON through Protobuf results in [much lower memory usage](https://discord.com/channels/176186766946992128/368993897495527…
-
Hi guys,
I'm currently working on https://github.com/supabase/edge-runtime/pull/368 that pretends to add a rust implementation of `pipeline()`.
While I was coding the `translation` task I figured…
-
It seems like I got a similar issue to #12 which i try to wrap my head around.
My custom service looks as followed
a topic type called Stream with the following content
```
uint8 type
string n…
-
When trying to deserialize a bean property which can be a String or an Object, there is no way to deserialize the object version.
**Version**
Yasson 3.0.3
**To Reproduce**
```
import jaka…
-
My goal is to be able to utilise the `MissingMemberHandling.Error` option of the `JsonSerializerSettings`, instead of the default `MissingMemberHandling.Ignore`.
Why? because its a very useful way…