使用旧的 Rust 2015
0.19.0
| 2021年11月28日 |
0.17.0
| 2020年3月1日 |
0.15.4
| 2019年6月19日 |
0.15.3
| 2019年2月16日 |
0.1.0
| 2017年3月31日 |
#821 在 数据库接口
195 每月下载量
postgres-inet

为 Rust 的 cidr
和 inet
提供支持。
此包与 postgres
的作者无关或不受支持。
安装
将以下内容添加到您的 Cargo.toml
[dependencies]
postgres = "0.15"
postgres-inet = "0.15"
此包将与 postgres
的支持版本具有相同的次要和次版本号。在该版本内的每个发布中,patch
版本号将增加一个。除非需要上游更改,否则此包的 API 保证稳定。
用法
请参阅包根目录下的 examples/
文件夹中的简单示例。