-
The method `from_reader` accepts `Read + 'de`
https://github.com/acatton/serde-yaml-ng/blob/e158e717b22961fd903ff5b5b672fcf3b1853338/src/de.rs#L87-L93
which mean that any references in type `R` (the…
-
### Description
When defining objects to take through a query string, they are not being deserialized in my app code. The function parameter is being passed an empty dict, but `request.form` defin…
-
## Describe the bug
I've got multiple services accessing a distributed cache redis backplane to keep user data up-to-date across services.
Today I upgraded FusionCache in one service from v1.2.0 t…
-
Discovered this yesterday. Wrote an impl method like so:
For a lot of simple structs, we can deserialize from an R list object directly into that struct. This is very handy if we want to be able to…
-
This would be needed for e.g. Rust-GPU to store SPIR-T on disk from compiling library crates, without relying on SPIR-V.
Additionally, any features that SPIR-V may be lossy with, will need serializ…
-
How do I clone a KVision component? I'm trying to make a library with a function, where you get a template Component object and it will add it multiple times to a container, each with different attrib…
-
Hello!
I was curious whether it's a bug, a design choice, or my incorrect usage of the framework and would definitely appreciate any help and guidance on this one!
I'm using chrono to support de…
-
**Is your feature request related to a problem? Please describe.**
https://github.com/FasterXML/jackson-databind/pull/3034 provides a test case with a class that has multiple constructors.
Some of t…
-
| | |
|:---|:---|
|**_Affected Component_**| TlmPacketizer, TlmChan, Autocoder |
---
## Rationale
In order to allow the advanced sequencing language to perform complex conditions based on the s…
-
All the different ringbuffers should implement Serialize and Deserialize when the `serde` feature is enabled, and should do so safely and soundly.