Text Processing in Rust .md 467 B


title: Text Processing in Rust date: 2019-03-21 19:35:47 categories: [programming] tags: [rust]

authors: sedlav

Strings are a huge subject in Rust, which can be easily realized by the fact that Rust has two data types for representing strings as well as support for macros for formatting strings. However, all of this also proves how powerful Rust is in string and text processing.

Link