Dario Nieuwenhuis 648250dc6d
Add more JsonRawValue encode/decode impls. (#3859)
* Add support for `Box<JsonRawValue>` types.

This allows keeping structs that implement FromRow lifetime-free,
previously you had to use `&'a JsonRawValue`.

```rust
struct Foo {
    bar: Box<JsonRawValue>,
}
```

* Add Encode impls for `JsonRawValue`.
2025-08-25 16:40:26 -07:00
..
2025-07-07 00:35:54 -07:00
2025-07-01 00:43:52 -07:00
2024-04-19 15:42:44 -07:00
2025-07-07 00:35:54 -07:00
2025-07-07 00:35:54 -07:00