-
A few times now, I had to take in complex-ish Python data and convert it into an equivalent in Rust. `FromPyObject` already does the basic types, but I'd also like to convert e.g. nested dicts with c…
-
Hi! Can we have serde support in configparser?
-
"cargo fmt" command does not remove white spaces in derive block. For example i expected this
```rust
#[derive(serde :: Serialize)]
enum Something {
Variant
}
```
to become this
```rust
#[derive(…
-
Because of some dark magic in `serde-derive`, we often need to specify explicit bounds when deriving `Serialize`/`Deserialize`. See https://serde.rs/attr-bound.html for the explanation of the problem.…
-
Similar to [BoundedVec](https://github.com/paritytech/substrate/issues/11315) and [BoundedBTreeSet](https://github.com/paritytech/parity-common/issues/780), BoundBTreeMap should implement serde::Seria…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
when serializing, v2 will capture all vnodes as well as all effect functions.
- [x] VNode tree shaking is being implemented in …
-
The project has no licensing. Ideally, this needs to be a loyalty free license to easily allow the use of the program in other snaps.
However, this isn't possible right now, given that the Rust cod…
-
`DictionaryBlockEncoding`:
* we don't need to serialize `ids` as `integers`. We can use `short` or `byte` if dictionary has fewer positions
`VariableWidthBlockEncoding`
* we don't need to seriali…
-
We should look into improve our clean build times of when building `spriv-builder` & `rustc_codegen_spirv` as that is the main scenario in CI and also useful for users if our crates rebuild fast.
R…
-
Would it be feasible to have the bumpalo Vec type work with serde? That way we can handle deserializing variable length sequences of references to borrowed data. That would be a big improvement over u…