rust/library/core/src/str
2025-07-17 17:58:10 +00: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 add FIXME(const-hack) 2024-09-08 23:08:40 +02:00
iter.rs use div_ceil instead of manual logic 2025-07-05 10:55:42 +02: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 #143921 - oli-obk:const-index, r=fee1-dead 2025-07-16 17:06:41 +02:00
pattern.rs Revert "increase perf of charsearcher for single ascii characters" 2025-05-28 09:29:12 +02:00
traits.rs Make slices [const] PartialEq 2025-07-17 17:58:10 +00:00
validations.rs use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00