rust/library/core/src/str
2025-07-05 10:55:42 +02: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 Update version placeholders 2025-07-01 10:54:33 -07:00
pattern.rs Revert "increase perf of charsearcher for single ascii characters" 2025-05-28 09:29:12 +02:00
traits.rs FromStr: Rework explanation of FromStr/Display round-tripping 2025-06-03 15:41:47 -07:00
validations.rs use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00