rust/library/core
bors f6dcaee23f Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnay
feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher`

This PR implements `DoubleEndedSearcher` for both `CharArraySearcher` and `CharArrayRefSearcher`. I'm not sure whether this was just overlooked or if there is a reason for it, but since it behaves exactly like `CharSliceSearcher`, I think the implementations should be appropriate.
2023-11-17 18:47:34 +00:00
..
benches fix 2023-07-23 09:58:31 +00:00
src Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnay 2023-11-17 18:47:34 +00:00
tests avoid exhaustive i16 test in Miri 2023-11-15 19:23:04 +01:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00