Skip to content

Commit

Permalink
Update README to indicate that the Standard Library PR and RFC are cl…
Browse files Browse the repository at this point in the history
…osed (#13)
  • Loading branch information
dpaoliello authored Oct 10, 2023
1 parent 7529bc5 commit ffde814
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit ffde814

Please sign in to comment.