From ffde814bac8cdd78a0e36c8401eee62132241f48 Mon Sep 17 00:00:00 2001 From: Daniel Paoliello Date: Tue, 10 Oct 2023 15:48:39 -0700 Subject: [PATCH] Update README to indicate that the Standard Library PR and RFC are closed (#13) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7018d41..4401594 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,11 @@ particular API that you're missing feel free to open a PR or file an Issue to ge ## Why are these not already in the Standard Library? -There is a [PR to add these and more](https://github.com/rust-lang/rust/pull/95051) to the Standard +There was a [PR to add these and more](https://github.com/rust-lang/rust/pull/95051) to the Standard Library, followed by an [RFC to discuss if it's a good idea or not to do so](https://github.com/rust-lang/rfcs/pull/3271). +These were closed with the hopes of reopening them once [Keyword Generics](https://blog.rust-lang.org/inside-rust/2022/07/27/keyword-generics.html) +are made available and so "fallible" variants of the existing functions can be added without +exploding the API surface of `Vec`. ## Why would I use this crate versus similar crates?