-
`db-tokio-postgres` depends on `std` which, according to `README.md`, disables `no_std` support, but it seems to enable/include various optional dependencies.
This happens because `db-tokio-postgr…
-
**Describe the bug**
When I have to deserialize several different json objects, I want to use enum to unify the deserialization. And I also want to use `OwnedLazyValue`, but I found that the `OwnedLa…
-
I am trying to deserialize user config data that has fields with multiple possible option types, as implemented with a type-union. This seems to not be supported. Are there plans to support this? O…
-
packet address:azure\azure-sdk-for-go\sdk\ai\azopenai@v0.7.0\models_serde.go
packet address:azure\azure-sdk-for-go\sdk\ai\azopenai@v0.7.0\interfaces.go
The first question ChatRequestMessageClassific…
-
I'd really like a way to deserialize into a struct while seeing the line/column of errors when there's an invalid type.
With `serde_json::from_str` I parse a string directly into a struct:
```rs
…
-
## TL;DR
Could this repository include a common asset type and loader for loading generic `serde_json::Value`, `toml_edit::Document`, etc. types from files with the generic format extension like `.…
-
Is it possible to serialize a value directly to fmt::Formatter?
Usecase:
```rust
impl Debug for Formattable {
fn fmt(&self, mut f: &mut std::fmt::Formatter
-
### Description
I'm not exactly sure where this bug is arising from (e.g. swift-openapi-generator or one of its dependencies like OpenAPIKit).
In short, using `swift-openapi-generator` with when…
-
`Enum`s with "complex" values, for example a `tuple`, can't be deserialized as shown from the example below.
In the example below, it appears it is because the values are deserialized as a` list` but…
-
It is often useful to work with an AST rather than a sequence of events. We could implement an optional module that provides AST objects that correspond to the AST defined by the djot spec (https://gi…