-
The **`serde_...`** naming is typically for crates that expose a Serde data format for use with the user's choice of data types. For example [`serde_json`](https://docs.serde.rs/serde_json/index.html)…
-
Reported by @retep998 at https://github.com/rust-lang/rust/issues/46043#issuecomment-389696974, here's a minimal example:
```rust
#[repr(packed)]
#[derive(Debug)]
struct Foo {
x: usize,
}
…
-
Is there a way to access the returned response. I keep getting
```serde json error: data did not match any variant of untagged enum OpenAIAPIResponse```
when i use my custom endpoint. the api is op…
-
I would like to be able to use Lune for manipulating my LocalizationTables. I don't really want to write my own Luau CSV parser, it's somewhat annoying.
-
For example, Location. While it is possible to customize the serialization and deserialization process, it can become messy when it needs to be written in every place. It would be great if it could be…
-
Sometimes you have type that you would like to serialize/deserialize which you don't have control over (for example coming from library). Currently, I don't know of a way how to achieve that. I would …
AuHau updated
8 months ago
-
Unfortunately, due to `Value` being completely public I don't know how much can be done about this without breaking changes. However, a couple of times I've run into problems with exceptionally high m…
-
how skip a field like #[serde(skip)]
-
### Is your feature request related to a problem or challenge?
Noticed while working on https://github.com/apache/arrow-datafusion/issues/5691 I was getting stack overflows while running tests (well …
-
> serde_cbor is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status |…