1 个不稳定版本
0.0.1 | 2024年4月18日 |
---|
#33 在 #product-os
203 每月下载次数
在 16 个 crate (4 直接使用) 中使用
5KB
Product OS : Net
Product OS : Net 是 no_std_net crate 的派生版本,为 std 和 no_std 环境重新构建。
什么是 Product OS?
Product OS 是一组包的集合,提供不同的工具和功能,可以协同工作,以便更容易地为 Rust 生态系统构建产品。
安装
使用 Rust 包管理器 cargo 安装 Product OS : Net。
cargo add product-os-net
或将 Product OS : Net 添加到您的 cargo.toml 的 [packages]
部分。
product-os-net = { version = "0.0.1", features = [], default-features = true, optional = false }
功能
Product OS Net 支持许多功能,利用 net crate 的框架
- 使用带默认选择的 std net crate
- 支持只带 alloc 环境的 no_std
// Feature samples TODO
用法
// Examples TODO
贡献
目前尚无贡献,但很快将在公共存储库中提供。
许可证
依赖项
~190KB