2 Star 0 Fork 0

mirrors_sfackler/bytes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 688 Bytes
一键复制 编辑 原始数据 按行查看 历史
Carl Lerche 提交于 2017-04-05 12:12 . Bump version to v0.4.2
[package]
name = "bytes"
version = "0.4.2"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes"
documentation = "https://carllerche.github.io/bytes/bytes"
homepage = "https://github.com/carllerche/bytes"
repository = "https://github.com/carllerche/bytes"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]
exclude = [
".gitignore",
".travis.yml",
"deploy.sh",
"bench/**/*",
"test/**/*"
]
categories = ["network-programming", "data-structures"]
[dependencies]
byteorder = "1.0.0"
iovec = "0.1"
[dev-dependencies]
tokio-core = "0.1.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sfackler/bytes.git
[email protected]:mirrors_sfackler/bytes.git
mirrors_sfackler
bytes
bytes
master

搜索帮助