From aa762addd1a90872433027284969f8bd05b4f899 Mon Sep 17 00:00:00 2001 From: peizhe Date: Mon, 8 May 2023 17:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E4=B8=8E=E9=81=97=E7=95=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=96=87=E4=BB=B6=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: peizhe --- README.OpenSource | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.OpenSource diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..f6a043c --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,19 @@ +[ + { + "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." + } +]