rust/library/core/src/str
2025-09-12 12:39:31 +03:00
..
converts.rs std: note that std::str::from_utf8* functions are aliases to std::<str>::from_utf8* methods 2025-05-31 22:37:59 +08:00
count.rs use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00
error.rs remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
iter.rs Remove [T]::array_chunks(_mut) 2025-07-27 23:03:07 -07:00
lossy.rs docs: alias limit to Iterator::take, cite [u8]::utf8_chunks in Utf8Chunks 2025-05-02 23:41:52 +02:00
mod.rs Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 2025-09-03 23:08:06 +10:00
pattern.rs LoongArch64 LSX fast-path for str.contains(&str) 2025-07-29 21:38:37 +08:00
traits.rs Constify Eq, Ord, PartialOrd 2025-09-12 12:39:31 +03:00
validations.rs use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00