2 个不稳定版本
0.2.0 | 2020 年 3 月 7 日 |
---|---|
0.1.0 | 2019 年 10 月 20 日 |
#1933 在 Rust 模式
每月 28 次下载
12KB
305 行
简介
为 Rust 扩展标准库。
为什么?
在 Rust 的标准库中缺少的东西。
功能
目前不多。
API 文档:https://j-keck.github.io/xstd-rs/
使用方法
将 xstd
添加到你的 Cargo.toml
依赖部分
[dependencies]
xstd = "0.2"
导入所有内容
use xstd::prelude::*;
或只选择你需要的内容
use xstd::vec::Unlines;
lib.rs
:
扩展标准库
依赖项
~8KB