6 releases (2 stable)
1.0.1 | Nov 11, 2023 |
---|---|
1.0.0 | Jun 14, 2022 |
0.1.3 | Dec 7, 2021 |
0.1.2 | Nov 14, 2018 |
#291 in Procedural macros
3,656 downloads per month
4KB
Diesel As JSONB (for PG)
Usage
#[derive(AsJsonb)]]
struct Something {
thing: String,
}
struct Wrapper {
things: Vec<Something> // For field type Array<Jsonb>
thing: Something // For field type Jsonb
}
Dependencies
~250–690KB
~16K SLoC