6个版本 (2个稳定版)
1.0.1 | 2023年11月11日 |
---|---|
1.0.0 | 2022年6月14日 |
0.1.3 | 2021年12月7日 |
0.1.2 | 2018年11月14日 |
在 过程宏 中排名第228
每月下载量 2,529
4KB
Diesel As JSONB (用于PG)
用法
#[derive(AsJsonb)]]
struct Something {
thing: String,
}
struct Wrapper {
things: Vec<Something> // For field type Array<Jsonb>
thing: Something // For field type Jsonb
}
依赖项
~315–770KB
~18K SLoC