Too hard to find methods available on str
#24097
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I've been away from Rust code for a while, and here's how I went looking for methods on
str
:str
.std::str
.str
. Only structs are available, no stable traits that might have the methods.Chars
struct. Page says "Created with the method .chars()."chars
into the search box. Lots of results, found a methodcore::str::StrExt::chars
. Saw thatStrExt
was unstable, and I only want stable APIs so closed the tab.#rust
IRC aboutstr
methods.Hopefully we'll have a better experience for the flood of newcomers at 1.0.
@steveklabnik
The text was updated successfully, but these errors were encountered: