Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ str.rs
File
str.rs
crates/common/src/str.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// spell-checker:ignore uncomputed
2
use crate::atomic::{PyAtomic, Radium};
3
use crate::format::CharLen;
4
use crate::wtf8::{CodePoint, Wtf8, Wtf8Buf};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected