1 Star 0 Fork 4

archane/third_party_rust_rust-std-candidates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.OpenSource 1022 Bytes
一键复制 编辑 原始数据 按行查看 历史
archane 提交于 2023-05-08 17:20 . 告警与遗留问题文件补充
[
{
"Name": "rust-std-candidates",
"License": "MIT",
"License File": "LICENSE",
"Version Number": "0.1.10",
"Owner": "xuelei3@huawei.com",
"Upstream URL": "https://github.com/SimonSapin/rust-std-candidates",
"Description": "a collection of candidates for rust std library.
matches: A macro to evaluate, as a boolean, whether an expression matches a pattern.
mod_path: A work-around for Rust bug #18810.
ref_filter_map: Like `std::cell::{Ref,RefMut}::map`, but for optional components.
return_if_ok: A macro that returns a `Result` as-is if it’s `Ok(_)`
show: A `show!` debugging macro to print expressions with the Show formatting trait, without writing out `"{}", ` in the `println!` macro
text_writer: Depreacted. Use `std::fmt::Write` instead.
triable: Extends the `try!` macro to types other than `std::result::Result` by introducing a `Triable` trait.
zip-longest: Take two iterators and yield pairs until both are exhausted."
}
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhai-peizhe/third_party_rust_rust-std-candidates.git
git@gitee.com:zhai-peizhe/third_party_rust_rust-std-candidates.git
zhai-peizhe
third_party_rust_rust-std-candidates
third_party_rust_rust-std-candidates
master

搜索帮助