5 Star 1 Fork 3

OpenHarmony/third_party_rust_socket2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
archane 提交于 2023-04-17 10:13 . downgrade rust socket2 to v0.4.9
[package]
name = "socket2"
version = "0.4.9"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/socket2"
homepage = "https://github.com/rust-lang/socket2"
documentation = "https://docs.rs/socket2"
description = """
Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
"""
keywords = ["io", "socket", "network"]
categories = ["api-bindings", "network-programming"]
edition = "2018"
include = [
"Cargo.toml",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
"src/**/*.rs",
]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
features = ["all"]
[target."cfg(unix)".dependencies]
libc = "0.2.139"
[target."cfg(windows)".dependencies]
winapi = { version = "0.3.9", features = ["handleapi", "ws2ipdef", "ws2tcpip"] }
[features]
# Enable all API, even ones not available on all OSs.
all = []
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_rust_socket2.git
git@gitee.com:openharmony/third_party_rust_socket2.git
openharmony
third_party_rust_socket2
third_party_rust_socket2
master

搜索帮助