Hacker News
- Why Rust is good for working with Strings https://old.reddit.com/r/rust/comments/1ba4d6p/why_is_rust_good_for_working_with_strings/ 3 comments
- How we made Haskell search strings as fast as Rust https://tech.channable.com/posts/2019-03-13-how-we-made-haskell-search-strings-as-fast-as-rust.html 87 comments
- Hiding between opcode bytes - GUloader-like string obfuscation in Rust https://dsxm.de/embed-str-asm/ 14 comments rust
- html_compile: A New Template engine for generating HTML strings within Rust for use with static websites. https://crates.io/crates/html_compile 3 comments rust
- The Rust compiler backend for .NET can now compile std with (numerous) errors, and supports allocation (Box, Vec, String, etc.) https://github.com/FractalFir/rustc_codegen_clr 3 comments rust
- Behind the Scenes of Rust String Formatting: format_args!() https://blog.m-ou.se/format-args/ 20 comments rust
- GitHub - epage/string-benchmarks-rs: Comparison of Rust string types https://github.com/epage/string-benchmarks-rs 42 comments rust
- How does Rust implement matching against strings? https://godbolt.org/z/EEc7e4sbP 30 comments rust
- Indexing Strings in Rust and TypeScript: A Case Study of String https://dawchihliou.github.io/articles/indexing-strings-in-rust-and-typescript 9 comments rust
- Indexing Strings in Rust and TypeScript: A Case Study of String https://dawchihliou.github.io/articles/indexing-strings-in-rust-and-typescript 5 comments javascript
- Artichoke Ruby's Rust implementation of `String` has been merged https://twitter.com/artichokeruby/status/1464679575489712130 12 comments rust
- How to to_string in Rust (extended blog post from previous Twitter thread) https://loige.co/how-to-to-string-in-rust 10 comments rust
- Why Rust strings seem hard https://www.brandons.me/blog/why-rust-strings-seem-hard 179 comments programming
- Why Rust strings seem hard https://www.brandons.me/blog/why-rust-strings-seem-hard 154 comments rust
- Avoiding duplicating strings in Rust https://www.fpcomplete.com/blog/avoiding-duplicating-strings-rust/ 9 comments rust
- Small strings in Rust, from 2033 to 35 memory events https://fasterthanli.me/articles/small-strings-in-rust 60 comments programming
- Small strings in Rust https://fasterthanli.me/articles/small-strings-in-rust 59 comments rust
- Types Over Strings: Extensible Architectures in Rust http://willcrichton.net/notes/types-over-strings/ 13 comments rust
- Rust Notebooks: Typed Arrays from String Arrays for Dataset Operation https://shahinrostami.com/posts/programming/rust-notebooks/typed-arrays-from-string-arrays-for-dataset-operation/ 4 comments rust
- Understanding String and str in Rust https://blog.thoughtram.io/string-vs-str-in-rust/ 57 comments rust
- Working with strings in Rust https://fasterthanli.me/blog/2020/working-with-strings-in-rust/ 51 comments programming
- Working with strings in Rust https://fasterthanli.me/blog/2020/working-with-strings-in-rust/ 95 comments rust
- I'm reading the Ownership chapter of the Rust Book right now and have a question about mutability of String types and string literals https://www.reddit.com/r/rust/comments/d537zz/im_reading_the_ownership_chapter_of_the_rust_book/ 33 comments rust
- wafu [DEMO]: Rust port of Fuse.js, the fuzzy string search library, running in your browser https://projects.heyimalex.com/wafu/ 17 comments rust
- How we made Haskell search strings as fast as Rust https://tech.channable.com/posts/2019-03-13-how-we-made-haskell-search-strings-as-fast-as-rust.html? 18 comments rust
- How we made Haskell search strings as fast as Rust https://tech.channable.com/posts/2019-03-13-how-we-made-haskell-search-strings-as-fast-as-rust.html 83 comments programming
- How we made Haskell search strings as fast as Rust https://tech.channable.com/posts/2019-03-13-how-we-made-haskell-search-strings-as-fast-as-rust.html 37 comments haskell
- How do you convert a char Vector to a String in Rust? https://www.reddit.com/r/rust/comments/agprxc/how_do_you_convert_a_char_vector_to_a_string_in/ 14 comments rust
- Rust: str vs String http://www.ameyalokare.com/rust/2017/10/12/rust-str-vs-string.html 27 comments programming
- Does Rust have a fixed-size mutable string type? https://www.reddit.com/r/rust/comments/73jvd3/does_rust_have_a_fixedsize_mutable_string_type/ 29 comments rust
- Optimising string processing in Rust http://lise-henry.github.io/articles/optimising_strings.html 38 comments rust
- Learning rust by doing, critique my small string reversal program. https://github.com/price-tag/projects/blob/master/reverse/src/main.rs 12 comments rust
- String types in Rust http://andrewbrinker.github.io/blog/2016/03/27/string-types-in-rust/ 7 comments programming
- String FFI examples from various languages to Rust https://github.com/zsiciarz/rust-ffi-stringtools 17 comments rust
- Rust String Conversions table WIP - how to convert between all string types, edits welcome https://docs.google.com/spreadsheets/d/19vspl6z2d50jlyzwxariayd6eu2qquqqidogbigqc7y/edit?usp=sharing 30 comments rust
- Creating a Rust function that returns a &str or String http://hermanradtke.com/2015/05/29/creating-a-rust-function-that-returns-string-or-str.html 19 comments rust
- String vs &str in Rust functions http://hermanradtke.com/2015/05/03/string-vs-str-in-rust-functions.html 26 comments rust
- Rust vs C vs C++ - Benchmark of a simple string manipulation program. Feedback appreciated. https://gist.github.com/byteprelude/12d6ffca80eebc4fe330 21 comments rust
- Rust by Example: Converting from String http://pzol.github.io/getting_rusty/posts/20140201_converting_from_string/ 14 comments rust
- FlexStr – A flexible, simple to use, immutable, clone-efficient String replacement for Rust. It unifies literals, inlined, and heap allocated strings into a single type. https://github.com/nu11ptr/flexstr 28 comments rust