-
## Feature Request
### Motivation
I'd like to allow my subscriber to record arbitrarily nested objects from users' macros.
### Proposal
I'd like some way to create a `Value` from the `eras…
-
I'm not sure anymore why we rely on arkworks here. Arkworks comes with a complicated number of traits and a lack of support for serde. In addition different backends might use different versions of ar…
-
At the first meetup, I showed a little bit of serde and it seemed there was a lot of interest in learning more about what serde can do and best practices.
epage updated
5 years ago
-
Serde supports serializing and deserializing through Cow, can you add Serde support for Supercow? Are you around to accept the implementation if I submit a PR?
Some relevant links:
https://serde.r…
-
Being able to dynamically create UIs at runtime is really useful feature. Because Derin uses structs to specify the widget tree, we could in theory use Serde to load up UI trees from files. This needs…
-
Implement serde support for (de)serializing Rust values to/from Javascript values.
-
It should be possible, at least in some cases, to automatically (de-)serialize data from/to the XMLRPC format. This would be pretty cool to have. Investigate and prototype!
-
Oopsy?
![image](https://github.com/user-attachments/assets/50811f8e-f027-4394-90d4-c733e8d9b68d)
See: https://rustytube.rs/player?id=5ZJCDbszAE4
-
What about to add serde support?
```rust
extern crate serde;
extern crate serde_json;
extern crate serde_derive;
extern crate css_colors;
use css_colors::{RGB, rgb};
use serde_derive::{Seri…
-
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…