• Home
Name Date Size #Lines LOC

..--

matches/12-May-2024-231107

mod_path/12-May-2024-7557

ref_filter_map/12-May-2024-11028

return_if_ok/12-May-2024-4638

show/12-May-2024-4133

text_writer/12-May-2024-1611

triable/12-May-2024-258211

zip_longest/12-May-2024-14697

.gitignoreD12-May-202418 32

.travis.ymlD12-May-2024131 98

LICENSED12-May-20241 KiB2622

MakefileD12-May-2024516 3118

README.OpenSourceD12-May-20241,022 2019

README.mdD12-May-2024247 74

README.OpenSource

1[
2  {
3    "Name": "rust-std-candidates",
4    "License": "MIT",
5    "License File": "LICENSE",
6    "Version Number": "0.1.10",
7    "Owner": "xuelei3@huawei.com",
8    "Upstream URL": "https://github.com/SimonSapin/rust-std-candidates",
9    "Description": "a collection of candidates for rust std library.
10    matches: A macro to evaluate, as a boolean, whether an expression matches a pattern.
11    mod_path: A work-around for Rust bug #18810.
12    ref_filter_map: Like `std::cell::{Ref,RefMut}::map`, but for optional components.
13    return_if_ok: A macro that returns a `Result` as-is if it’s `Ok(_)`
14    show: A `show!` debugging macro to print expressions with the Show formatting trait, without writing out `"{}", ` in the `println!` macro
15    text_writer: Depreacted. Use `std::fmt::Write` instead.
16    triable: Extends the `try!` macro to types other than `std::result::Result` by introducing a `Triable` trait.
17    zip-longest: Take two iterators and yield pairs until both are exhausted."
18  }
19]
20

README.md

1## Archived
2
3This repository is archived to reflect its level of (in)activity and set maintenance expectations.
4
5If some ideas or code in it are useful to you, feel free to use them in other repositories and crates
6in accordance with the license.
7