- Making a String https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf8 14 comments rust
- Boxing an enum variant of an already heap-allocated type https://doc.rust-lang.org/std/string/struct.String.html#method.new 10 comments rust
- Trouble understanding lifetimes https://doc.rust-lang.org/std/string/struct.String.html#impl-From%3CString%3E-for-Box%3Cdyn+Error%3E 14 comments rust
- What is a cross-platform way of checking if an OsString is a substring of another OsString? https://doc.rust-lang.org/std/string/struct.String.html#method.contains 13 comments rust
- Why does String::from_utf8 use Vec<u8> as parameter, but from_utf16 &[u16]? https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf8 13 comments rust
- String search; from x to y https://doc.rust-lang.org/std/string/struct.String.html#method.match_indices 11 comments rust
- String::from_utf8_lossy doesn't return a String? https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf8_lossy 10 comments rust
Linking pages
- GitHub - dtolnay/rust-faq: Frequently Asked Questions · The Rust Programming Language https://github.com/dtolnay/rust-faq#why-doesnt-rust-have-increment-and-decrement-operators 144 comments
- rust/RELEASES.md at stable · rust-lang/rust · GitHub https://github.com/rust-lang/rust/blob/stable/RELEASES.md 141 comments
- GitHub - bodil/typed-html: Type checked JSX for Rust https://github.com/bodil/typed-html 138 comments
- Swift.org - UTF-8 String https://swift.org/blog/utf8-string/ 138 comments
- rust/RELEASES.md at master · rust-lang/rust · GitHub https://github.com/rust-lang/rust/blob/master/RELEASES.md 119 comments
- Divan: Fast and Simple Benchmarking for Rust · Nikolai Vazquez https://nikolaivazquez.com/blog/divan/ 74 comments
- GitHub - rust-db/refinery: Powerful SQL migration toolkit for Rust. https://github.com/rust-db/refinery 73 comments
- GitHub - xfbs/imstr: Immutable strings, in Rust. https://github.com/xfbs/imstr 42 comments
- Conditional enum variants in Rust https://rreverser.com/conditional-enum-variants-in-rust/ 30 comments
- GitHub - typst/ecow: Compact, clone-on-write vector and string. https://github.com/typst/ecow 29 comments
- GitHub - blyxxyz/lexopt: Minimalist pedantic command line parser https://github.com/blyxxyz/lexopt 28 comments
- I hate Rust (programming language) - dorinlazar.ro https://dorinlazar.ro/240228-i-hate-rust-programming-language/ 26 comments
- Text Analysis in Rust - Tokenization – daschl writes. sometimes. http://nitschinger.at/text-analysis-in-rust-tokenization/ 21 comments
- rust-2018 https://adamniederer.com/blog/rust-2018.html 12 comments
- Rust for Java Devs https://leshow.github.io/post/rust_for_java_devs/ 11 comments
- This Week in Rust 269 · This Week in Rust https://this-week-in-rust.org/blog/2019/01/15/this-week-in-rust-269/ 10 comments
- Parsing TFTP in Rust https://tuckersiemens.com/posts/parsing-tftp-in-rust/ 10 comments
- GitHub - RReverser/cow-utils-rs: Copy-on-write string utilities for Rust https://github.com/rreverser/cow-utils-rs 6 comments
- GitHub - ariandy/easy-rust-indonesia https://github.com/ariandy/easy-rust-indonesia 6 comments
- Rust Ownership: 50 Code Examples. Try them in the Rust Playground | by Raimi Karim | ITNEXT https://remykarem.medium.com/rust-ownership-50-code-examples-96203fcf79ea?sk=14925e4228a9ed503c530e2a9ad1dc86 5 comments
Would you like to stay up to date with Rust? Checkout Rust
Weekly.
Related searches:
Search whole site: site:doc.rust-lang.org
Search title: String in std::string - Rust
See how to search.