Home
last modified time | relevance | path

Searched refs:ParallelString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/
Dprelude.rs17 pub use crate::str::ParallelString;
Dstr.rs60 pub trait ParallelString { trait
268 impl ParallelString for str {
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/
DRELEASES.md105 - The `ParallelString` pattern-based methods now support `&[char]` patterns,
384 - `ParallelString` now has additional methods for parity with `std` string