#postgresql #networking #sql

postgres-inet

CIDR/INET 对 rust-postgres 的支持

12 个版本

使用旧的 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数据库接口

Download history • Rust 包仓库 68/week @ 2024-04-07 • Rust 包仓库 40/week @ 2024-04-14 • Rust 包仓库 95/week @ 2024-04-21 • Rust 包仓库 86/week @ 2024-04-28 • Rust 包仓库 29/week @ 2024-05-05 • Rust 包仓库 38/week @ 2024-05-12 • Rust 包仓库 38/week @ 2024-05-19 • Rust 包仓库 57/week @ 2024-05-26 • Rust 包仓库 124/week @ 2024-06-02 • Rust 包仓库 101/week @ 2024-06-09 • Rust 包仓库 86/week @ 2024-06-16 • Rust 包仓库 86/week @ 2024-06-23 • Rust 包仓库 41/week @ 2024-06-30 • Rust 包仓库 75/week @ 2024-07-07 • Rust 包仓库 47/week @ 2024-07-14 • Rust 包仓库 29/week @ 2024-07-21 • Rust 包仓库

195 每月下载量

Apache-2.0

35KB
800

postgres-inet

Build Status Docs.rs Crates.io License

为 Rust 的 cidrinet 提供支持。

此包与 postgres 的作者无关或不受支持。

安装

将以下内容添加到您的 Cargo.toml

[dependencies]
postgres = "0.15"
postgres-inet = "0.15"

此包将与 postgres 的支持版本具有相同的次要和次版本号。在该版本内的每个发布中,patch 版本号将增加一个。除非需要上游更改,否则此包的 API 保证稳定。

用法

请参阅包根目录下的 examples/ 文件夹中的简单示例。

依赖项

~3.5MB
~89K SLoC