-
## Bevy version
0.14.2
## What you did
1. Define unit struct with reflection and ser/de.
2. Use `TypedReflectDeserializer` to deserialize raw JSON into a reflection box.
3. Use `T::from_reflect` to…
-
We use postcard a lot at n0. I like it because it is a very simple format. I think it will still be fast enough despite all the varints.
-
## Currently unstable
- [ ] **Never type https://github.com/rust-lang/rust/issues/35121**
- Serialize and Deserialize impls for `!`
## Stabilized
- [x] **Serialize and Deserialize fo…
-
- [ ] Introduce `serde` feature flag to enable serde-specific compilation
- [ ] Include `serde` dependency in toml when compiling with serde feature flag
- [ ] Derive `serde` for SMT proofs when `se…
-
We currently support [Transit](https://github.com/cognitect/transit-format) as an extension type/encoding over the pg-wire protocol, for better round-tripping of values that don't have a native JSON e…
-
### Describe the bug
yaml spec 1.1 (https://yaml.org/type/bool.html) specifies booleans as:
```
Canonical:
y|n
Regexp:
y|Y|yes|Yes|YES|n|N|no|No|NO
|true|True|TRUE|false|False|FALSE
|…
-
According to the readme:
> Model serialization is supported via rustc_serialize. This will probably change to serde once compiler plugins land in stable.
Serde is stable now, so this should be r…
-
### Code
```Rust
use serde::{Serialize, Serializer};
fn f(_: &(), _: S) -> Result {
todo!()
}
#[derive(Serialize)]
pub struct Matrix {
#[serde(serialize_with = "f")]
matrix: ()…
-
Is there a reason this is not on crates.io?
-
This is a list of cases where `valuable-serde` behaves differently from using `serde` directly.
- https://github.com/tokio-rs/valuable/blob/7a22d9ddfd494d7eb1ac920b35d72d2c2b2b4e72/valuable-serde/t…